Aracılığıyla paylaş


IdentityProviderDetails Constructors

Definition

Overloads

IdentityProviderDetails()

Initializes a new instance of the IdentityProviderDetails class.

IdentityProviderDetails(String, String, String, String, String)

Initializes a new instance of the IdentityProviderDetails class.

IdentityProviderDetails()

Initializes a new instance of the IdentityProviderDetails class.

public IdentityProviderDetails ();
Public Sub New ()

Applies to

IdentityProviderDetails(String, String, String, String, String)

Initializes a new instance of the IdentityProviderDetails class.

public IdentityProviderDetails (string tenantId = default, string applicationId = default, string objectId = default, string audience = default, string aadAuthority = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails
Public Sub New (Optional tenantId As String = Nothing, Optional applicationId As String = Nothing, Optional objectId As String = Nothing, Optional audience As String = Nothing, Optional aadAuthority As String = Nothing)

Parameters

tenantId
String

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

applicationId
String

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

objectId
String

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

audience
String

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

aadAuthority
String

The base authority for Azure Active Directory authentication.

Applies to