次の方法で共有


SubscriptionPolicies コンストラクター

定義

オーバーロード

SubscriptionPolicies()

SubscriptionPolicies クラスの新しいインスタンスを初期化します。

SubscriptionPolicies(String, String, Nullable<SpendingLimit>)

SubscriptionPolicies クラスの新しいインスタンスを初期化します。

SubscriptionPolicies()

SubscriptionPolicies クラスの新しいインスタンスを初期化します。

public SubscriptionPolicies ();
Public Sub New ()

適用対象

SubscriptionPolicies(String, String, Nullable<SpendingLimit>)

SubscriptionPolicies クラスの新しいインスタンスを初期化します。

public SubscriptionPolicies (string locationPlacementId = default, string quotaId = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.SpendingLimit? spendingLimit = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionPolicies : string * string * Nullable<Microsoft.Azure.Management.ResourceManager.Fluent.Models.SpendingLimit> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionPolicies
Public Sub New (Optional locationPlacementId As String = Nothing, Optional quotaId As String = Nothing, Optional spendingLimit As Nullable(Of SpendingLimit) = Nothing)

パラメーター

locationPlacementId
String

サブスクリプションの場所の配置 ID。 ID は、サブスクリプションに表示されるリージョンを示します。 たとえば、場所の配置 ID が Public_2014-09-01 のサブスクリプションは、Azure パブリック リージョンにアクセスできます。

quotaId
String

サブスクリプション クォータ ID。

spendingLimit
Nullable<SpendingLimit>

サブスクリプションの使用制限。 使用可能な値には、'On'、'Off'、'CurrentPeriodOff' などがあります。

適用対象