Condividi tramite


StorageAccountsListStorageContainersResponse type

Contiene i dati di risposta per l'operazione listStorageContainers.

type StorageAccountsListStorageContainersResponse =
  StorageContainerListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: StorageContainerListResult
    }
  }