DataReplicationIdentity(Guid, String, String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET