次の方法で共有


AvsSubscriptionQuotaEnabled 構造体

定義

ホスト クォータは、現在のサブスクリプションでアクティブです。

public readonly struct AvsSubscriptionQuotaEnabled : IEquatable<Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaEnabled>
type AvsSubscriptionQuotaEnabled = struct
Public Structure AvsSubscriptionQuotaEnabled
Implements IEquatable(Of AvsSubscriptionQuotaEnabled)
継承
AvsSubscriptionQuotaEnabled
実装

コンストラクター

AvsSubscriptionQuotaEnabled(String)

AvsSubscriptionQuotaEnabled の新しいインスタンスを初期化します。

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(AvsSubscriptionQuotaEnabled)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AvsSubscriptionQuotaEnabled, AvsSubscriptionQuotaEnabled)

2 つの AvsSubscriptionQuotaEnabled 値が同じかどうかを判断します。

Implicit(String to AvsSubscriptionQuotaEnabled)

文字列を AvsSubscriptionQuotaEnabled に変換します。

Inequality(AvsSubscriptionQuotaEnabled, AvsSubscriptionQuotaEnabled)

2 つの AvsSubscriptionQuotaEnabled 値が同じでないかどうかを判断します。

適用対象