SubscriptionExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure.ResourceManager.Subscription に拡張メソッドを追加するクラス。
public static class SubscriptionExtensions
type SubscriptionExtensions = class
Public Module SubscriptionExtensions
- 継承
-
SubscriptionExtensions
メソッド
AcceptSubscriptionOwnership(TenantResource, WaitUntil, String, AcceptOwnershipContent, CancellationToken) |
サブスクリプションの所有権を受け入れます。
|
AcceptSubscriptionOwnershipAsync(TenantResource, WaitUntil, String, AcceptOwnershipContent, CancellationToken) |
サブスクリプションの所有権を受け入れます。
|
CancelSubscription(SubscriptionResource, CancellationToken) |
サブスクリプションを取り消す操作
|
CancelSubscriptionAsync(SubscriptionResource, CancellationToken) |
サブスクリプションを取り消す操作
|
EnableSubscription(SubscriptionResource, CancellationToken) |
サブスクリプションを有効にする操作
|
EnableSubscriptionAsync(SubscriptionResource, CancellationToken) |
サブスクリプションを有効にする操作
|
GetAcceptOwnershipStatus(TenantResource, String, CancellationToken) |
サブスクリプションの所有権の状態を受け入れます。
|
GetAcceptOwnershipStatusAsync(TenantResource, String, CancellationToken) |
サブスクリプションの所有権の状態を受け入れます。
|
GetBillingAccountPolicies(TenantResource) |
TenantResource 内の BillingAccountPolicyResources のコレクションを取得します。 |
GetBillingAccountPolicy(TenantResource, String, CancellationToken) |
課金アカウント ポリシーを取得します。
|
GetBillingAccountPolicyAsync(TenantResource, String, CancellationToken) |
課金アカウント ポリシーを取得します。
|
GetBillingAccountPolicyResource(ArmClient, ResourceIdentifier) |
に対して BillingAccountPolicyResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String) して、そのコンポーネントから を BillingAccountPolicyResourceResourceIdentifier 作成できます。 |
GetSubscriptionAlias(TenantResource, String, CancellationToken) |
エイリアス サブスクリプションを取得します。
|
GetSubscriptionAliasAsync(TenantResource, String, CancellationToken) |
エイリアス サブスクリプションを取得します。
|
GetSubscriptionAliases(TenantResource) |
TenantResource 内の SubscriptionAliasResources のコレクションを取得します。 |
GetSubscriptionAliasResource(ArmClient, ResourceIdentifier) |
に対して SubscriptionAliasResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String) して、そのコンポーネントから を SubscriptionAliasResourceResourceIdentifier 作成できます。 |
GetTenantPolicy(TenantResource) |
TenantPolicyResource を表すオブジェクトと、TenantResource で実行できるインスタンス操作を取得します。 |
GetTenantPolicyResource(ArmClient, ResourceIdentifier) |
に対して TenantPolicyResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier() して、そのコンポーネントから を TenantPolicyResourceResourceIdentifier 作成できます。 |
RenameSubscription(SubscriptionResource, SubscriptionName, CancellationToken) |
サブスクリプションの名前を変更する操作
|
RenameSubscriptionAsync(SubscriptionResource, SubscriptionName, CancellationToken) |
サブスクリプションの名前を変更する操作
|