IdentityProviderContent(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 IdentityProviderContent.
public IdentityProviderContent (Guid tenantId, string applicationId, string objectId, string audience, string aadAuthority);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent : Guid * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent
Public Sub New (tenantId As Guid, applicationId As String, objectId As String, audience As String, aadAuthority As String)
Parameters
- tenantId
- Guid
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.
Exceptions
applicationId
, objectId
, audience
or aadAuthority
is null.
Applies to
Azure SDK for .NET