VMwareToAzureMigrateResyncState.Implicit Operator

Definition

Overloads

Implicit(String to VMwareToAzureMigrateResyncState)

Source:
VMwareToAzureMigrateResyncState.cs
Source:
VMwareToAzureMigrateResyncState.cs

Converts a string to a VMwareToAzureMigrateResyncState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<VMwareToAzureMigrateResyncState>)

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

Parameters

value
String

Returns

Applies to