DataReplicationIdentity(Guid, String, String, String, String) Constructor

Definition

Initializes a new instance of DataReplicationIdentity.

public DataReplicationIdentity (Guid tenantId, string applicationId, string objectId, string audience, string aadAuthority);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationIdentity : Guid * string * string * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationIdentity
Public Sub New (tenantId As Guid, applicationId As String, objectId As String, audience As String, aadAuthority As String)

Parameters

tenantId
Guid

Gets or sets the tenant Id of the SPN with which Dra communicates to service.

applicationId
String

Gets or sets the client/application Id of the SPN with which Dra communicates to service.

objectId
String

Gets or sets the object Id of the SPN with which Dra communicates to service.

audience
String

Gets or sets the audience of the SPN with which Dra communicates to service.

aadAuthority
String

Gets or sets the authority of the SPN with which Dra communicates to service.

Exceptions

applicationId, objectId, audience or aadAuthority is null.

Applies to