次の方法で共有


ClustersListRemoteLoginInformationResponse type

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

type ClustersListRemoteLoginInformationResponse =
  RemoteLoginInformationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: RemoteLoginInformationListResult
    }
  }