次の方法で共有


AppPlatformSkuRestrictionsReasonCode 構造体

定義

制限の理由を取得します。 使用できる値は、'QuotaId'、'NotAvailableForSubscription' です。

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

コンストラクター

AppPlatformSkuRestrictionsReasonCode(String)

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

プロパティ

NotAvailableForSubscription

NotAvailableForSubscription。

QuotaId

QuotaId。

メソッド

Equals(AppPlatformSkuRestrictionsReasonCode)

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

ToString()

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

演算子

Equality(AppPlatformSkuRestrictionsReasonCode, AppPlatformSkuRestrictionsReasonCode)

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

Implicit(String to AppPlatformSkuRestrictionsReasonCode)

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

Inequality(AppPlatformSkuRestrictionsReasonCode, AppPlatformSkuRestrictionsReasonCode)

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

適用対象