ClustersListRemoteLoginInformationNextResponse type
listRemoteLoginInformationNext 操作の応答データを格納します。
type ClustersListRemoteLoginInformationNextResponse =
RemoteLoginInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RemoteLoginInformationListResult
}
}