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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET