共用方式為


StorageAccountsGetStorageContainerResponse type

包含 getStorageContainer 作業的響應數據。

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