ClustersListRemoteLoginInformationResponse type
Contiene datos de respuesta para la operación listRemoteLoginInformation.
type ClustersListRemoteLoginInformationResponse =
RemoteLoginInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RemoteLoginInformationListResult
}
}