Share via


LoadBalancerType.Implicit Operator

Definition

Overloads

Implicit(LoadBalancerType to String)

Implicit operator to convert LoadBalancerType to string

Implicit(String to LoadBalancerType)

Implicit operator to convert string to LoadBalancerType

Implicit(LoadBalancerType to String)

Implicit operator to convert LoadBalancerType to string

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

Parameters

e
LoadBalancerType

the value to convert to an instance of LoadBalancerType.

Returns

Applies to

Implicit(String to LoadBalancerType)

Implicit operator to convert string to LoadBalancerType

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

Parameters

value
String

the value to convert to an instance of LoadBalancerType.

Returns

Applies to