Azure Storage Account · Example Payload

Azure Storage Account Blob Restore Status Example

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Azure Storage Account Blob Restore Status Example is an example object payload from Azure Storage Account, 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"
}