FileShareRecoveryType.Implicit Operator

Definition

Overloads

Implicit(String to FileShareRecoveryType)

Source:
FileShareRecoveryType.cs
Source:
FileShareRecoveryType.cs

Converts a string to a FileShareRecoveryType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FileShareRecoveryType>)

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

Parameters

value
String

Returns

Applies to