ClustersListRemoteLoginInformationNextResponse type
Bevat antwoordgegevens voor de bewerking listRemoteLoginInformationNext.
type ClustersListRemoteLoginInformationNextResponse =
RemoteLoginInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RemoteLoginInformationListResult
}
}