StorageAccountsGetResponse type
Содержит данные ответа для операции получения.
type StorageAccountsGetResponse = StorageAccountInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformation
}
}