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() | |
AzureActiveDirectory(String, String, String) |
AzureActiveDirectory()
public AzureActiveDirectory ();
Public Sub New ()
Applies to
AzureActiveDirectory(String, String, String)
public AzureActiveDirectory (string tenantId = default, string clusterApplication = default, string clientApplication = default);
new Microsoft.Azure.Management.ServiceFabric.Fluent.Models.AzureActiveDirectory : string * string * string -> Microsoft.Azure.Management.ServiceFabric.Fluent.Models.AzureActiveDirectory
Public Sub New (Optional tenantId As String = Nothing, Optional clusterApplication As String = Nothing, Optional clientApplication As String = Nothing)
Parameters
- tenantId
- String
- clusterApplication
- String
- clientApplication
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET