次の方法で共有


MapsCreatorCollection クラス

定義

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

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

コンストラクター

MapsCreatorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MapsCreatorData, CancellationToken)

Maps Creator リソースを作成または更新します。 Creator リソースは、マッピング データのカスタム セットを設定するために必要な Azure リソースを管理します。 作成する前にアカウントが存在する必要があります。

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

Maps Creator リソースを作成または更新します。 Creator リソースは、マッピング データのカスタム セットを設定するために必要な Azure リソースを管理します。 作成する前にアカウントが存在する必要があります。

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

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

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

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

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

Maps Creator リソースを取得します。

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

Azure Maps アカウントのすべての Creator インスタンスを取得する

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

Azure Maps アカウントのすべての Creator インスタンスを取得する

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

Maps Creator リソースを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MapsCreatorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MapsCreatorResource>.GetEnumerator()

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

適用対象