次の方法で共有


User Assigned Identities - Delete

ID を削除します。

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}?api-version=2024-11-30

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

minLength: 1
maxLength: 90

リソース グループの名前。 名前は大文字と小文字が区別されます。

resourceName
path True

string

ID リソースの名前。

subscriptionId
path True

string (uuid)

ターゲット サブスクリプションの ID。 値は UUID である必要があります。

api-version
query True

string

minLength: 1

この操作に使用する API バージョン。

応答

名前 説明
200 OK

リソースは正常に削除されました。

204 No Content

リソースが存在しません。

Other Status Codes

CloudError

予期しないエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントを偽装する

IdentityDelete

要求のサンプル

DELETE https://management.azure.com/subscriptions/12345678-1234-5678-9012-123456789012/resourceGroups/rgName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/resourceName?api-version=2024-11-30

応答のサンプル

定義

名前 説明
CloudError

ManagedServiceIdentity サービスからのエラー応答。

CloudErrorBody

ManagedServiceIdentity サービスからのエラー応答。

CloudError

ManagedServiceIdentity サービスからのエラー応答。

名前 説明
error

CloudErrorBody

エラーに関する追加の詳細の一覧。

CloudErrorBody

ManagedServiceIdentity サービスからのエラー応答。

名前 説明
code

string

エラーの識別子。

details

CloudErrorBody[]

エラーに関する追加の詳細の一覧。

message

string

ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。

target

string

特定のエラーのターゲット。 たとえば、エラーが発生したプロパティの名前です。