SubscriptionPolicies コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' などがあります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET