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