StorageAccountsGetResponse type
Contains response data for the get operation.
type StorageAccountsGetResponse = StorageAccountInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformation
}
}