StorageAccountsGetStorageContainerResponse type
Contient des données de réponse pour l’opération getStorageContainer.
type StorageAccountsGetStorageContainerResponse = StorageContainer & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainer
}
}