Delen via


HostType.Implicit Operator

Definition

Overloads

Implicit(HostType to String)

Implicit operator to convert HostType to string

Implicit(String to HostType)

Implicit operator to convert string to HostType

Implicit(HostType to String)

Implicit operator to convert HostType to string

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

Parameters

e
HostType

the value to convert to an instance of HostType.

Returns

Applies to

Implicit(String to HostType)

Implicit operator to convert string to HostType

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

Parameters

value
String

the value to convert to an instance of HostType.

Returns

Applies to