| IDRARestServerAzureGroupCreate Method |
Creates a new Azure group
UriTemplate: /dra/domains/{tenantIdentifier}/azuregroups/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/tenants/{tenantIdentifier}/azuregroups/post")]
Stream AzureGroupCreate(
string tenantIdentifier,
AzureGroup azureGroup,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/tenants/{tenantIdentifier}/azuregroups/post")>
Function AzureGroupCreate (
tenantIdentifier As String,
azureGroup As AzureGroup,
connectionParameters As ConnectionParameters
) As Stream
Parameters
- tenantIdentifier
- Type: SystemString
The GUID or displayname of the tenant where the new Azure group is to be created. - azureGroup
- Type: NetIQ.DRA.Common.Rest.DataModelsAzureGroup
A AzureGroup object to create - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
GetGroupPropertiesResponse containing the operation results
See Also