Share via


AmlFilesystemProvisioningStateType.Implicit Operator

Definition

Overloads

Implicit(AmlFilesystemProvisioningStateType to String)

Implicit operator to convert AmlFilesystemProvisioningStateType to string

Implicit(String to AmlFilesystemProvisioningStateType)

Implicit operator to convert string to AmlFilesystemProvisioningStateType

Implicit(AmlFilesystemProvisioningStateType to String)

Implicit operator to convert AmlFilesystemProvisioningStateType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.AmlFilesystemProvisioningStateType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.AmlFilesystemProvisioningStateType -> string
Public Shared Widening Operator CType (e As AmlFilesystemProvisioningStateType) As String

Parameters

Returns

Applies to

Implicit(String to AmlFilesystemProvisioningStateType)

Implicit operator to convert string to AmlFilesystemProvisioningStateType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.AmlFilesystemProvisioningStateType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.AmlFilesystemProvisioningStateType
Public Shared Widening Operator CType (value As String) As AmlFilesystemProvisioningStateType

Parameters

value
String

the value to convert to an instance of AmlFilesystemProvisioningStateType.

Returns

Applies to