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