StorageAccountsGetStorageContainerResponse type
Enthält Antwortdaten für den getStorageContainer-Vorgang.
type StorageAccountsGetStorageContainerResponse = StorageContainer & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainer
}
}