AzureActiveDirectory Constructors
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.
Overloads
AzureActiveDirectory() |
Initializes a new instance of the AzureActiveDirectory class. |
AzureActiveDirectory(String, String, String) |
Initializes a new instance of the AzureActiveDirectory class. |
AzureActiveDirectory()
Initializes a new instance of the AzureActiveDirectory class.
public AzureActiveDirectory ();
Public Sub New ()
Applies to
AzureActiveDirectory(String, String, String)
Initializes a new instance of the AzureActiveDirectory class.
public AzureActiveDirectory (string tenantId = default, string clusterApplication = default, string clientApplication = default);
new Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory : string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory
Public Sub New (Optional tenantId As String = Nothing, Optional clusterApplication As String = Nothing, Optional clientApplication As String = Nothing)
Parameters
- tenantId
- String
Azure active directory tenant id.
- clusterApplication
- String
Azure active directory cluster application id.
- clientApplication
- String
Azure active directory client application id.
Applies to
Azure SDK for .NET