共用方式為


PublicIPType.Implicit Operator

Definition

Overloads

Implicit(PublicIPType to String)

Implicit operator to convert PublicIPType to string

Implicit(String to PublicIPType)

Implicit operator to convert string to PublicIPType

Implicit(PublicIPType to String)

Implicit operator to convert PublicIPType to string

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

Parameters

e
PublicIPType

the value to convert to an instance of PublicIPType.

Returns

Applies to

Implicit(String to PublicIPType)

Implicit operator to convert string to PublicIPType

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

Parameters

value
String

the value to convert to an instance of PublicIPType.

Returns

Applies to