Condividi tramite


ResourceSkuRestrictionsReasonCode.Implicit Operator

Definition

Overloads

Name Description
Implicit(ResourceSkuRestrictionsReasonCode to String)

Implicit operator to convert ResourceSkuRestrictionsReasonCode to string

Implicit(String to ResourceSkuRestrictionsReasonCode)

Implicit operator to convert string to ResourceSkuRestrictionsReasonCode

Implicit(ResourceSkuRestrictionsReasonCode to String)

Implicit operator to convert ResourceSkuRestrictionsReasonCode to string

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

Parameters

e
ResourceSkuRestrictionsReasonCode

the value to convert to an instance of ResourceSkuRestrictionsReasonCode.

Returns

Applies to

Implicit(String to ResourceSkuRestrictionsReasonCode)

Implicit operator to convert string to ResourceSkuRestrictionsReasonCode

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

Parameters

value
String

the value to convert to an instance of ResourceSkuRestrictionsReasonCode.

Returns

Applies to