AADProperties 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
AADProperties() |
Initializes a new instance of the AADProperties class. |
AADProperties(String, String, String, String, String) |
Initializes a new instance of the AADProperties class. |
AADProperties()
Initializes a new instance of the AADProperties class.
public AADProperties ();
Public Sub New ()
Applies to
AADProperties(String, String, String, String, String)
Initializes a new instance of the AADProperties class.
public AADProperties (string servicePrincipalClientId = default, string tenantId = default, string authority = default, string audience = default, string servicePrincipalObjectId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AADProperties : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AADProperties
Public Sub New (Optional servicePrincipalClientId As String = Nothing, Optional tenantId As String = Nothing, Optional authority As String = Nothing, Optional audience As String = Nothing, Optional servicePrincipalObjectId As String = Nothing)
Parameters
- servicePrincipalClientId
- String
- tenantId
- String
- authority
- String
- audience
- String
- servicePrincipalObjectId
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET