IDRARestServerComputerCreate Method |
Namespace: NetIQ.DRA.RestServiceLibrary
[OperationContractAttribute] [WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, UriTemplate = "/dra/domains/{domainFqdn}/computers/post")] Stream ComputerCreate( string domainFqdn, Computer computer, ConnectionParameters connectionParameters )
<OperationContractAttribute> <WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json, RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped, UriTemplate := "/dra/domains/{domainFqdn}/computers/post")> Function ComputerCreate ( domainFqdn As String, computer As Computer, connectionParameters As ConnectionParameters ) As Stream
© Copyright 2007-2023 Open Text or one of its affiliates.