ClustersListRemoteLoginInformationResponse type
包含 listRemoteLoginInformation 作業的響應數據。
type ClustersListRemoteLoginInformationResponse =
RemoteLoginInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RemoteLoginInformationListResult
}
}