AaddsResourceDetails 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
AaddsResourceDetails() |
Initializes a new instance of the AaddsResourceDetails class. |
AaddsResourceDetails(String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String) |
Initializes a new instance of the AaddsResourceDetails class. |
AaddsResourceDetails()
Initializes a new instance of the AaddsResourceDetails class.
public AaddsResourceDetails ();
Public Sub New ()
Applies to
AaddsResourceDetails(String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String)
Initializes a new instance of the AaddsResourceDetails class.
public AaddsResourceDetails (string domainName = default, bool? initialSyncComplete = default, bool? ldapsEnabled = default, string ldapsPublicCertificateInBase64 = default, string resourceId = default, string subnetId = default, string tenantId = default);
new Microsoft.Azure.Management.HDInsight.Models.AaddsResourceDetails : string * Nullable<bool> * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.HDInsight.Models.AaddsResourceDetails
Public Sub New (Optional domainName As String = Nothing, Optional initialSyncComplete As Nullable(Of Boolean) = Nothing, Optional ldapsEnabled As Nullable(Of Boolean) = Nothing, Optional ldapsPublicCertificateInBase64 As String = Nothing, Optional resourceId As String = Nothing, Optional subnetId As String = Nothing, Optional tenantId As String = Nothing)
Parameters
- domainName
- String
The Azure active directory domain service name.
- ldapsPublicCertificateInBase64
- String
The base 64 format string of public ldap certificate.
- resourceId
- String
The resource id of azure active directory domain service.
- subnetId
- String
The subnet resource id.
- tenantId
- String
The tenant id of azure active directory domain service .