GalleryReplicationMode.Implicit Operator

Definition

Overloads

Implicit(String to GalleryReplicationMode)

Source:
GalleryReplicationMode.cs
Source:
GalleryReplicationMode.cs

Converts a string to a GalleryReplicationMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<GalleryReplicationMode>)

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

Parameters

value
String

Returns

Applies to