次の方法で共有


MapsAccountCollection クラス

定義

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

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

コンストラクター

MapsAccountCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MapsAccountData, CancellationToken)

Maps アカウントを作成または更新します。 Maps アカウントには、Maps REST API へのアクセスを許可するキーが保持されます。

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

Maps アカウントを作成または更新します。 Maps アカウントには、Maps REST API へのアクセスを許可するキーが保持されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}
  • 操作IdAccounts_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}
  • 操作IdAccounts_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}
  • 操作IdAccounts_Get
Get(String, CancellationToken)

Maps アカウントを取得します。

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

リソース グループ内のすべての Maps アカウントを取得する

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

リソース グループ内のすべての Maps アカウントを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts
  • 操作IdAccounts_ListByResourceGroup
GetAsync(String, CancellationToken)

Maps アカウントを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MapsAccountResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MapsAccountResource>.GetEnumerator()

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

適用対象