Share via


IdentityProviderInput Constructors

Definition

Overloads

IdentityProviderInput()

Initializes a new instance of the IdentityProviderInput class.

IdentityProviderInput(String, String, String, String, String)

Initializes a new instance of the IdentityProviderInput class.

IdentityProviderInput()

Initializes a new instance of the IdentityProviderInput class.

public IdentityProviderInput ();
Public Sub New ()

Applies to

IdentityProviderInput(String, String, String, String, String)

Initializes a new instance of the IdentityProviderInput class.

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

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