次の方法で共有


DeletedAccountCollection クラス

定義

のコレクション DeletedAccountResource とその操作を表すクラス。 コレクション内の各 DeletedAccountResource は、 の同じインスタンス SubscriptionResourceに属します。 インスタンスを DeletedAccountCollection 取得するには、 のインスタンス SubscriptionResourceから GetDeletedAccounts メソッドを呼び出します。

public class DeletedAccountCollection : Azure.ResourceManager.ArmCollection
type DeletedAccountCollection = class
    inherit ArmCollection
Public Class DeletedAccountCollection
Inherits ArmCollection
継承
DeletedAccountCollection

コンストラクター

DeletedAccountCollection()

モック作成のために クラスの DeletedAccountCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

Exists(AzureLocation, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • 操作IdDeletedAccounts_Get
ExistsAsync(AzureLocation, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • 操作IdDeletedAccounts_Get
Get(AzureLocation, String, CancellationToken)

指定した削除されたアカウント リソースのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • 操作IdDeletedAccounts_Get
GetAsync(AzureLocation, String, CancellationToken)

指定した削除されたアカウント リソースのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • 操作IdDeletedAccounts_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象