DataReplicationRecoveryPointType.Implicit Operator

Definition

Overloads

Implicit(String to DataReplicationRecoveryPointType)

Source:
DataReplicationRecoveryPointType.cs
Source:
DataReplicationRecoveryPointType.cs

Converts a string to a DataReplicationRecoveryPointType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataReplicationRecoveryPointType>)

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

Parameters

value
String

Returns

Applies to