| IDRARestServerDynamicDistributionGroupCopy Method |
Copy the specified ddg to a new ddg
UriTemplate: /dra/domains/{domainFqdn}/dynamicdistributiongroups/copies/post
Namespace:
NetIQ.DRA.RestServiceLibrary
Assembly:
NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax [OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "/dra/domains/{domainFqdn}/dynamicdistributiongroups/copies/post")]
Stream DynamicDistributionGroupCopy(
string domainFqdn,
string ddgIdentifier,
DynamicDistributionGroup dynamicDistributionGroup,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/domains/{domainFqdn}/dynamicdistributiongroups/copies/post")>
Function DynamicDistributionGroupCopy (
domainFqdn As String,
ddgIdentifier As String,
dynamicDistributionGroup As DynamicDistributionGroup,
connectionParameters As ConnectionParameters
) As Stream
Parameters
- domainFqdn
- Type: SystemString
The FQDN of the domain where the group is located - ddgIdentifier
- Type: SystemString
A string identifying the group to copy. Supported formats are: name or distinguishedName - dynamicDistributionGroup
- Type: NetIQ.DRA.Common.Rest.DataModelsDynamicDistributionGroup
A DynamicDistributionGroup object containing the properties of the destination ddg - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
GetDynamicDistributionGroupPropertiesResponse containing the operation results
See Also