Click or drag to resize

IDRARestServerAzureGroupSetInfo Method

Updates the properties of a azure group
UriTemplate: /dra/tenants/{tenantIdentifier}/azuregroups/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/tenants/{tenantIdentifier}/azuregroups/put")]
Stream AzureGroupSetInfo(
	string tenantIdentifier,
	string azureGroupIdentifier,
	AzureGroup azureGroup,
	ConnectionParameters connectionParameters
)

Parameters

tenantIdentifier
Type: SystemString
The GUID or displayname of the tenant where the Azure group is to be created.
azureGroupIdentifier
Type: SystemString
A string identifying a azure group to be updated. Supported formats are: name and distinguishedName.
azureGroup
Type: NetIQ.DRA.Common.Rest.DataModelsAzureGroup
A AzureGroup 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: Stream
A GetAzureGroupPropertiesResponse containing the operation results
See Also