| IDRARestServerAzureContactSetInfo Method |
Updates the properties of an azure contact
UriTemplate: /dra/tenants/{tenantIdentifier}/azurecontacts/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}/azurecontacts/put")]
Stream AzureContactSetInfo(
string tenantIdentifier,
string azureContactIdentifier,
AzureContact azureContact,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/tenants/{tenantIdentifier}/azurecontacts/put")>
Function AzureContactSetInfo (
tenantIdentifier As String,
azureContactIdentifier As String,
azureContact As AzureContact,
connectionParameters As ConnectionParameters
) As Stream
Parameters
- tenantIdentifier
- Type: SystemString
The GUID of the tenant where the azure contact is located - azureContactIdentifier
- Type: SystemString
A string identifying an azure contact to be updated. Supported formats are: name and distinguishedName. - azureContact
- Type: NetIQ.DRA.Common.Rest.DataModelsAzureContact
A AzureContact 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
GetAzureContactPropertiesResponse containing the operation results
See Also