AppServicePlanRestrictions.Implicit Operator

Definition

Overloads

Implicit(AppServicePlanRestrictions to String)

Implicit operator to convert AppServicePlanRestrictions to string

Implicit(String to AppServicePlanRestrictions)

Implicit operator to convert string to AppServicePlanRestrictions

Implicit(AppServicePlanRestrictions to String)

Implicit operator to convert AppServicePlanRestrictions to string

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

Parameters

e
AppServicePlanRestrictions

the value to convert to an instance of AppServicePlanRestrictions.

Returns

Applies to

Implicit(String to AppServicePlanRestrictions)

Implicit operator to convert string to AppServicePlanRestrictions

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

Parameters

value
String

the value to convert to an instance of AppServicePlanRestrictions.

Returns

Applies to