Sdílet prostřednictvím


StorageAccountsGetStorageContainerResponse type

Obsahuje data odpovědi pro operaci getStorageContainer.

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