Bagikan melalui


StorageAccountsGetStorageContainerResponse type

Berisi data respons untuk operasi getStorageContainer.

type StorageAccountsGetStorageContainerResponse = StorageContainer & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: StorageContainer
  }
}