Partilhar via


HostCaching.Implicit Operator

Definition

Overloads

Implicit(HostCaching to String)

Implicit operator to convert HostCaching to string

Implicit(String to HostCaching)

Implicit operator to convert string to HostCaching

Implicit(HostCaching to String)

Implicit operator to convert HostCaching to string

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

Parameters

e
HostCaching

the value to convert to an instance of HostCaching.

Returns

Applies to

Implicit(String to HostCaching)

Implicit operator to convert string to HostCaching

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

Parameters

value
String

the value to convert to an instance of HostCaching.

Returns

Applies to