你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureActiveDirectoryApp 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
AzureActiveDirectoryApp() |
Initializes a new instance of the AzureActiveDirectoryApp class. |
AzureActiveDirectoryApp(String, String, String) |
Initializes a new instance of the AzureActiveDirectoryApp class. |
AzureActiveDirectoryApp()
Initializes a new instance of the AzureActiveDirectoryApp class.
public AzureActiveDirectoryApp ();
Public Sub New ()
Applies to
AzureActiveDirectoryApp(String, String, String)
Initializes a new instance of the AzureActiveDirectoryApp class.
public AzureActiveDirectoryApp (string applicationId, string appKey, string tenantId);
new Microsoft.Azure.Management.DataMigration.Models.AzureActiveDirectoryApp : string * string * string -> Microsoft.Azure.Management.DataMigration.Models.AzureActiveDirectoryApp
Public Sub New (applicationId As String, appKey As String, tenantId As String)
Parameters
- applicationId
- String
Application ID of the Azure Active Directory Application
- appKey
- String
Key used to authenticate to the Azure Active Directory Application
- tenantId
- String
Tenant id of the customer