AvsSubscriptionQuotaEnabled.Implicit Operator

Definition

Overloads

Implicit(String to AvsSubscriptionQuotaEnabled)

Source:
AvsSubscriptionQuotaEnabled.cs
Source:
AvsSubscriptionQuotaEnabled.cs

Converts a string to a AvsSubscriptionQuotaEnabled.

public static implicit operator Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaEnabled(string value);
static member op_Implicit : string -> Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaEnabled
Public Shared Widening Operator CType (value As String) As AvsSubscriptionQuotaEnabled

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AvsSubscriptionQuotaEnabled>)

Source:
AvsSubscriptionQuotaEnabled.cs
public static implicit operator Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaEnabled?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaEnabled>
Public Shared Widening Operator CType (value As String) As Nullable(Of AvsSubscriptionQuotaEnabled)

Parameters

value
String

Returns

Applies to