Dela via


RedundancyMode.Implicit Operator

Definition

Overloads

Implicit(RedundancyMode to String)

Implicit operator to convert RedundancyMode to string

Implicit(String to RedundancyMode)

Implicit operator to convert string to RedundancyMode

Implicit(RedundancyMode to String)

Implicit operator to convert RedundancyMode to string

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

Parameters

e
RedundancyMode

the value to convert to an instance of RedundancyMode.

Returns

Applies to

Implicit(String to RedundancyMode)

Implicit operator to convert string to RedundancyMode

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

Parameters

value
String

the value to convert to an instance of RedundancyMode.

Returns

Applies to