ReplicationMirrorState.Implicit Operator

Definition

Overloads

Implicit(String to ReplicationMirrorState)

Source:
ReplicationMirrorState.cs
Source:
ReplicationMirrorState.cs

Converts a string to a ReplicationMirrorState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ReplicationMirrorState>)

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

Parameters

value
String

Returns

Applies to