次の方法で共有


StorageAccountLocalUserCollection クラス

定義

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

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

コンストラクター

StorageAccountLocalUserCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StorageAccountLocalUserData, CancellationToken)

ストレージ アカウントに関連付けられているローカル ユーザーのプロパティを作成または更新する

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

ストレージ アカウントに関連付けられているローカル ユーザーのプロパティを作成または更新する

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

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

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

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

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

ストレージ アカウントのローカル ユーザーをユーザー名で取得します。

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

ストレージ アカウントに関連付けられているローカル ユーザーを一覧表示します。

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

ストレージ アカウントに関連付けられているローカル ユーザーを一覧表示します。

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

ストレージ アカウントのローカル ユーザーをユーザー名で取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<StorageAccountLocalUserResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<StorageAccountLocalUserResource>.GetEnumerator()

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

適用対象