StorageAccountsGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type StorageAccountsGetResponse = StorageAccountInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformation
}
}