JobsListRemoteLoginInformationResponse type
listRemoteLoginInformation 操作の応答データを格納します。
type JobsListRemoteLoginInformationResponse =
RemoteLoginInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RemoteLoginInformationListResult
}
}