次の方法で共有


StorageAccountsListByAccountResponse type

listByAccount 操作の応答データを格納します。

type StorageAccountsListByAccountResponse =
  StorageAccountInformationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: StorageAccountInformationListResult
    }
  }