Skip to content

Commit

Permalink
Added Snapshot and Version to Blob Set Tier (#9086)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Apr 15, 2020
1 parent 9f63721 commit af7b39d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6229,6 +6229,12 @@
"operationId": "Blob_SetTier",
"description": "The Set Tier operation sets the tier on a blob. The operation is allowed on a page blob in a premium storage account and on a block blob in a blob storage account (locally redundant storage only). A premium page blob's tier determines the allowed size, IOPS, and bandwidth of the blob. A block blob's tier determines Hot/Cool/Archive storage type. This operation does not update the blob's ETag.",
"parameters": [
{
"$ref": "#/parameters/Snapshot"
},
{
"$ref": "#/parameters/VersionId"
},
{
"$ref": "#/parameters/Timeout"
},
Expand Down

0 comments on commit af7b39d

Please sign in to comment.