Freigeben über


IPAllocationType.Implicit Operator

Definition

Overloads

Implicit(IPAllocationType to String)

Implicit operator to convert IPAllocationType to string

Implicit(String to IPAllocationType)

Implicit operator to convert string to IPAllocationType

Implicit(IPAllocationType to String)

Implicit operator to convert IPAllocationType to string

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

Parameters

e
IPAllocationType

the value to convert to an instance of IPAllocationType.

Returns

Applies to

Implicit(String to IPAllocationType)

Implicit operator to convert string to IPAllocationType

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

Parameters

value
String

the value to convert to an instance of IPAllocationType.

Returns

Applies to