Поделиться через


StorageAccountsGetStorageContainerResponse type

Содержит данные ответа для операции getStorageContainer.

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