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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET