Condividi tramite


StorageAccountsGetStorageContainerResponse type

Contiene i dati di risposta per l'operazione getStorageContainer.

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