SnapshotCompositionType.Implicit Operator

Definition

Overloads

Implicit(String to SnapshotCompositionType)

Source:
SnapshotCompositionType.cs
Source:
SnapshotCompositionType.cs

Converts a string to a SnapshotCompositionType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SnapshotCompositionType>)

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

Parameters

value
String

Returns

Applies to