RecoveryServicesAuthType.Implicit Operator

Definition

Overloads

Implicit(String to RecoveryServicesAuthType)

Source:
RecoveryServicesAuthType.cs
Source:
RecoveryServicesAuthType.cs

Converts a string to a RecoveryServicesAuthType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<RecoveryServicesAuthType>)

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

Parameters

value
String

Returns

Applies to