Freigeben über


ValidationThresholdType.Implicit Operator

Definition

Overloads

Implicit(ValidationThresholdType to String)

Implicit operator to convert ValidationThresholdType to string

Implicit(String to ValidationThresholdType)

Implicit operator to convert string to ValidationThresholdType

Implicit(ValidationThresholdType to String)

Implicit operator to convert ValidationThresholdType to string

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

Parameters

e
ValidationThresholdType

the value to convert to an instance of ValidationThresholdType.

Returns

Applies to

Implicit(String to ValidationThresholdType)

Implicit operator to convert string to ValidationThresholdType

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

Parameters

value
String

the value to convert to an instance of ValidationThresholdType.

Returns

Applies to