Partilhar via


ConfidentialVMEncryptionType.Implicit Operator

Definition

Overloads

Implicit(ConfidentialVMEncryptionType to String)

Implicit operator to convert ConfidentialVMEncryptionType to string

Implicit(String to ConfidentialVMEncryptionType)

Implicit operator to convert string to ConfidentialVMEncryptionType

Implicit(ConfidentialVMEncryptionType to String)

Implicit operator to convert ConfidentialVMEncryptionType to string

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

Parameters

e
ConfidentialVMEncryptionType

the value to convert to an instance of ConfidentialVMEncryptionType.

Returns

Applies to

Implicit(String to ConfidentialVMEncryptionType)

Implicit operator to convert string to ConfidentialVMEncryptionType

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

Parameters

value
String

the value to convert to an instance of ConfidentialVMEncryptionType.

Returns

Applies to