Snapshots
Update a snapshot
Patch a snapshot
patch/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}
Path parameters
subscriptionIdstring required
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
resourceGroupNamestring required
The name of the resource group.
accountNamestring required
The name of the NetApp account
poolNamestring required
The name of the capacity pool
volumeNamestring required
The name of the volume
snapshotNamestring required
The name of the snapshot
Query parameters
api-versionstring required
Version of the API to be used with the client request.
Request body
Response
OK
Example response
{
"properties": {
"snapshotId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"created": "2017-08-15 13:23:33"
}
}