| IDRARestServerAzureContactCreate Method |
Creates a new Azure contact
UriTemplate: /dra/domains/{tenantIdentifier}/azurecontacts/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}/azurecontacts/post")]
Stream AzureContactCreate(
string tenantIdentifier,
AzureContact azureContact,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/tenants/{tenantIdentifier}/azurecontacts/post")>
Function AzureContactCreate (
tenantIdentifier As String,
azureContact As AzureContact,
connectionParameters As ConnectionParameters
) As Stream
Parameters
- tenantIdentifier
- Type: SystemString
The GUID or displayname of the tenant where the new Azure contact is to be created. - azureContact
- Type: NetIQ.DRA.Common.Rest.DataModelsAzureContact
A AzureContact 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
GetAzureContactPropertiesResponse containing the operation results
See Also