StorageAccountsListByAccountResponse type
listByAccount işleminin yanıt verilerini içerir.
type StorageAccountsListByAccountResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}