ClustersListRemoteLoginInformationResponse type
Obsahuje data odpovědi pro listRemoteLoginInformation operace.
type ClustersListRemoteLoginInformationResponse =
RemoteLoginInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RemoteLoginInformationListResult
}
}