Azure Storage Accounts · Example Payload

Azure Storage Accounts Blob Restore Status Example

AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

Azure Storage Accounts Blob Restore Status Example is an example object payload from Azure Storage Accounts, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

failureReasonrestoreIdstatus

Example Payload

Raw ↑
{
  "failureReason": "example-string",
  "restoreId": "example-string",
  "status": "InProgress"
}