Accounts interface
アカウントを表すインターフェイス。
メソッド
create |
Maps アカウントを作成または更新します。 Maps アカウントには、Maps REST API へのアクセスを許可するキーが保持されます。 |
delete(string, string, Accounts |
Maps アカウントを削除します。 |
get(string, string, Accounts |
Maps アカウントを取得します。 |
list |
リソース グループ内のすべての Maps アカウントを取得する |
list |
サブスクリプション内のすべての Maps アカウントを取得する |
list |
Maps API で使用するキーを取得します。 キーは、Maps REST API へのアクセスを認証および承認するために使用されます。 一度に必要なキーは 1 つだけです。シームレスなキー再生成を提供するために、2 つを指定します。 |
list |
アカウント共有アクセス署名トークンを作成して一覧表示します。 この SAS トークンを認証に使用して、さまざまなAzure Maps SDK を介して REST API をAzure Mapsします。 SAS トークンを作成するための前提条件として。 前提条件:
|
regenerate |
Maps API で使用するために、プライマリ キーまたはセカンダリ キーを再生成します。 古いキーはすぐに動作しなくなります。 |
update(string, string, Maps |
Maps アカウントを更新します。 SKU、タグ、プロパティなど、作成後に更新できるのはパラメーターのサブセットのみです。 |
メソッドの詳細
createOrUpdate(string, string, MapsAccount, AccountsCreateOrUpdateOptionalParams)
Maps アカウントを作成または更新します。 Maps アカウントには、Maps REST API へのアクセスを許可するキーが保持されます。
function createOrUpdate(resourceGroupName: string, accountName: string, mapsAccount: MapsAccount, options?: AccountsCreateOrUpdateOptionalParams): Promise<MapsAccount>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
マップ アカウントの名前。
- mapsAccount
- MapsAccount
Maps アカウントの新しいパラメーターまたは更新されたパラメーター。
options パラメーター。
戻り値
Promise<MapsAccount>
delete(string, string, AccountsDeleteOptionalParams)
Maps アカウントを削除します。
function delete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
マップ アカウントの名前。
- options
- AccountsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, AccountsGetOptionalParams)
Maps アカウントを取得します。
function get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<MapsAccount>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
マップ アカウントの名前。
- options
- AccountsGetOptionalParams
options パラメーター。
戻り値
Promise<MapsAccount>
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)
リソース グループ内のすべての Maps アカウントを取得する
function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MapsAccount, MapsAccount[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
options パラメーター。
戻り値
listBySubscription(AccountsListBySubscriptionOptionalParams)
サブスクリプション内のすべての Maps アカウントを取得する
function listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MapsAccount, MapsAccount[], PageSettings>
パラメーター
options パラメーター。
戻り値
listKeys(string, string, AccountsListKeysOptionalParams)
Maps API で使用するキーを取得します。 キーは、Maps REST API へのアクセスを認証および承認するために使用されます。 一度に必要なキーは 1 つだけです。シームレスなキー再生成を提供するために、2 つを指定します。
function listKeys(resourceGroupName: string, accountName: string, options?: AccountsListKeysOptionalParams): Promise<MapsAccountKeys>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
マップ アカウントの名前。
- options
- AccountsListKeysOptionalParams
options パラメーター。
戻り値
Promise<MapsAccountKeys>
listSas(string, string, AccountSasParameters, AccountsListSasOptionalParams)
アカウント共有アクセス署名トークンを作成して一覧表示します。 この SAS トークンを認証に使用して、さまざまなAzure Maps SDK を介して REST API をAzure Mapsします。 SAS トークンを作成するための前提条件として。
前提条件:
- アカウントと同じ Azure リージョンに既存のユーザー割り当てマネージド ID を作成または作成します。
- ユーザー割り当てマネージド ID が配置されているのと同じ Azure リージョンで Azure Map アカウントを作成または更新します。
function listSas(resourceGroupName: string, accountName: string, mapsAccountSasParameters: AccountSasParameters, options?: AccountsListSasOptionalParams): Promise<MapsAccountSasToken>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
マップ アカウントの名前。
- mapsAccountSasParameters
- AccountSasParameters
Maps アカウントの更新されたパラメーター。
- options
- AccountsListSasOptionalParams
options パラメーター。
戻り値
Promise<MapsAccountSasToken>
regenerateKeys(string, string, MapsKeySpecification, AccountsRegenerateKeysOptionalParams)
Maps API で使用するために、プライマリ キーまたはセカンダリ キーを再生成します。 古いキーはすぐに動作しなくなります。
function regenerateKeys(resourceGroupName: string, accountName: string, keySpecification: MapsKeySpecification, options?: AccountsRegenerateKeysOptionalParams): Promise<MapsAccountKeys>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
マップ アカウントの名前。
- keySpecification
- MapsKeySpecification
再生成するキーは、プライマリまたはセカンダリです。
options パラメーター。
戻り値
Promise<MapsAccountKeys>
update(string, string, MapsAccountUpdateParameters, AccountsUpdateOptionalParams)
Maps アカウントを更新します。 SKU、タグ、プロパティなど、作成後に更新できるのはパラメーターのサブセットのみです。
function update(resourceGroupName: string, accountName: string, mapsAccountUpdateParameters: MapsAccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<MapsAccount>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
マップ アカウントの名前。
- mapsAccountUpdateParameters
- MapsAccountUpdateParameters
Maps アカウントの更新されたパラメーター。
- options
- AccountsUpdateOptionalParams
options パラメーター。
戻り値
Promise<MapsAccount>