| IDRARestServerDynamicDistributionGroupSetInfo Method |
Updates the properties of a dynamic distribution group
UriTemplate: /dra/domains/{domainFqdn}/dynamicdistributiongroups/put
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/put")]
Stream DynamicDistributionGroupSetInfo(
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/put")>
Function DynamicDistributionGroupSetInfo (
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. Supported formats are: name or distinguishedName - dynamicDistributionGroup
- Type: NetIQ.DRA.Common.Rest.DataModelsDynamicDistributionGroup
A DynamicDistributionGroup object containing the properties to update - 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