Capacities - Delete
指定した専用容量を削除します。
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}?api-version=2021-01-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
dedicated
|
path | True |
string |
専用容量の名前。 長さは 3 文字以上で、63 文字以下である必要があります。 正規表現パターン: |
resource
|
path | True |
string |
特定の PowerBIDedicated 容量が含まれる Azure リソース グループの名前。 この名前の長さは 1 文字以上で、90 文字以下である必要があります。 正規表現パターン: |
subscription
|
path | True |
string |
Microsoft Azure サブスクリプションの一意識別子。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。 |
api-version
|
query | True |
string |
クライアント API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK です。 |
|
202 Accepted |
受理されました。 |
|
204 No Content |
コンテンツなし。 |
|
Other Status Codes |
操作に失敗した理由を説明するエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントの借用 |
例
Get details of a capacity
要求のサンプル
DELETE https://management.azure.com/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.PowerBIDedicated/capacities/azsdktest?api-version=2021-01-01
応答のサンプル
定義
名前 | 説明 |
---|---|
Error |
error オブジェクト |
Error |
エラー応答の形式について説明します。 |
Error
error オブジェクト
名前 | 型 | 説明 |
---|---|---|
code |
string |
エラー コード |
message |
string |
操作が失敗した理由を示すエラー メッセージ。 |
ErrorResponse
エラー応答の形式について説明します。
名前 | 型 | 説明 |
---|---|---|
error |
error オブジェクト |