Microsoft.NetApp (preview:2025-09-01)

2025/12/03 • 1 updated methods

ElasticAccounts_Update (updated)
Description Patch the specified NetApp Elastic Account
Reference Link ¶

⚶ Changes

{
  "#id": "ElasticAccounts_Update",
  "$responses": {
    "202": [
      {
        "@added_38430b8b15ef491aade589dbdbbd054d": {
          "#name": "azure-asyncoperation",
          "Description": "A link to the status monitor",
          "Type": "string"
        }
      }
    ]
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/elasticAccounts/{accountName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
body:
{
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
properties:
{
encryption:
{
keySource: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVaultResourceId: string ,
status: enum ,
}
,
identity:
{
principalId: string ,
userAssignedIdentity: string ,
}
,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
encryption:
{
keySource: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVaultResourceId: string ,
status: enum ,
}
,
identity:
{
principalId: string ,
userAssignedIdentity: string ,
}
,
}
,
}
,
eTag: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}