Freigeben über


SnapshotType.Implicit Operator

Definition

Overloads

Implicit(String to SnapshotType)

Source:
SnapshotType.cs
Source:
SnapshotType.cs

Converts a string to a SnapshotType.

public static implicit operator Azure.ResourceManager.ContainerService.Models.SnapshotType(string value);
static member op_Implicit : string -> Azure.ResourceManager.ContainerService.Models.SnapshotType
Public Shared Widening Operator CType (value As String) As SnapshotType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SnapshotType>)

Source:
SnapshotType.cs
Source:
SnapshotType.cs
public static implicit operator Azure.ResourceManager.ContainerService.Models.SnapshotType?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.ContainerService.Models.SnapshotType>
Public Shared Widening Operator CType (value As String) As Nullable(Of SnapshotType)

Parameters

value
String

Returns

Applies to