StorageAccountsGetStorageContainerResponse type
Bevat antwoordgegevens voor de bewerking getStorageContainer.
type StorageAccountsGetStorageContainerResponse = StorageContainer & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainer
}
}