次の方法で共有


StorageAccountCollection クラス

定義

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

public class StorageAccountCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Storage.StorageAccountResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.StorageAccountResource>
type StorageAccountCollection = class
    inherit ArmCollection
    interface seq<StorageAccountResource>
    interface IEnumerable
    interface IAsyncEnumerable<StorageAccountResource>
Public Class StorageAccountCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of StorageAccountResource), IEnumerable(Of StorageAccountResource)
継承
StorageAccountCollection
実装

コンストラクター

StorageAccountCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StorageAccountCreateOrUpdateContent, CancellationToken)

指定したパラメーターを使用して、新しいストレージ アカウントを非同期に作成します。 アカウントが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、アカウントのプロパティが更新されます。 アカウントが既に作成されていて、後続の作成または更新要求がまったく同じプロパティ セットで発行された場合、要求は成功します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_Create
CreateOrUpdateAsync(WaitUntil, String, StorageAccountCreateOrUpdateContent, CancellationToken)

指定したパラメーターを使用して、新しいストレージ アカウントを非同期に作成します。 アカウントが既に作成されていて、以降の作成要求が異なるプロパティで発行された場合、アカウントのプロパティが更新されます。 アカウントが既に作成されていて、後続の作成または更新要求がまったく同じプロパティ セットで発行された場合、要求は成功します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_Create
Exists(String, Nullable<StorageAccountExpand>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
ExistsAsync(String, Nullable<StorageAccountExpand>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
Get(String, Nullable<StorageAccountExpand>, CancellationToken)

名前、SKU 名、場所、アカウントの状態を含むがこれらに限定されない、指定されたストレージ アカウントのプロパティを返します。 ListKeys 操作を使用してストレージ キーを取得する必要があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
GetAll(CancellationToken)

指定したリソース グループで使用可能なすべてのストレージ アカウントを一覧表示します。 ストレージ キーは返されないことに注意してください。これには ListKeys 操作を使用します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts
  • 操作IdStorageAccounts_ListByResourceGroup
GetAllAsync(CancellationToken)

指定したリソース グループで使用可能なすべてのストレージ アカウントを一覧表示します。 ストレージ キーは返されないことに注意してください。これには ListKeys 操作を使用します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts
  • 操作IdStorageAccounts_ListByResourceGroup
GetAsync(String, Nullable<StorageAccountExpand>, CancellationToken)

名前、SKU 名、場所、アカウントの状態を含むがこれらに限定されない、指定されたストレージ アカウントのプロパティを返します。 ListKeys 操作を使用してストレージ キーを取得する必要があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<StorageAccountResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<StorageAccountResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象