StorageAccountsGetResponse type
Obsahuje data odpovědi pro operaci get.
type StorageAccountsGetResponse = StorageAccountInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformation
}
}