Bagikan melalui


StorageAccountsListStorageContainersResponse type

Berisi data respons untuk operasi listStorageContainers.

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