StorageAccountsGetStorageContainerResponse type

Contains response data for the getStorageContainer operation.

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