StorageAccountsListByAccountResponse type
Obsahuje data odpovědi pro operaci listByAccount.
type StorageAccountsListByAccountResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}