Registered Prefixes - Delete

指定したサブスクリプション、リソース グループ、ピアリングの下で、指定した名前の既存の登録済みプレフィックスを削除します。

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}/registeredPrefixes/{registeredPrefixName}?api-version=2021-01-01

URI パラメーター

名前 / 必須 説明
peeringName
path True

string

ピアリングの名前。

registeredPrefixName
path True

string

登録されているプレフィックスの名前。

resourceGroupName
path True

string

リソース グループの名前。

subscriptionId
path True

string

Azure サブスクリプション ID。

api-version
query True

string

クライアント API のバージョン。

応答

名前 説明
200 OK

OK

204 No Content

NoContent

Other Status Codes

ErrorResponse

操作が失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

Deletes a registered prefix associated with the peering

Sample Request

DELETE https://management.azure.com/subscriptions/subId/resourceGroups/rgName/providers/Microsoft.Peering/peerings/peeringName/registeredPrefixes/registeredPrefixName?api-version=2021-01-01

Sample Response

定義

名前 説明
ErrorDetail

操作が失敗した理由を説明するエラーの詳細。

ErrorResponse

操作が失敗した理由を示すエラー応答。

ErrorDetail

操作が失敗した理由を説明するエラーの詳細。

名前 説明
code

string

エラー コード。

message

string

エラー メッセージ。

ErrorResponse

操作が失敗した理由を示すエラー応答。

名前 説明
error

ErrorDetail

操作が失敗した理由を説明するエラーの詳細。