DataReplicationJobState.Implicit Operator

Definition

Overloads

Implicit(String to DataReplicationJobState)

Source:
DataReplicationJobState.cs

Converts a string to a DataReplicationJobState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataReplicationJobState>)

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

Parameters

value
String

Returns

Applies to