Aracılığıyla paylaş


StorageAccountsGetStorageContainerResponse type

getStorageContainer işlemi için yanıt verilerini içerir.

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