StorageAccountsListByAccountResponse type
Contiene i dati di risposta per l'operazione listByAccount.
type StorageAccountsListByAccountResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}