HDInsightClusterAaddsDetail Class
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.
The Azure active directory domain service resource details.
public class HDInsightClusterAaddsDetail
public class HDInsightClusterAaddsDetail : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightClusterAaddsDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightClusterAaddsDetail>
type HDInsightClusterAaddsDetail = class
type HDInsightClusterAaddsDetail = class
interface IJsonModel<HDInsightClusterAaddsDetail>
interface IPersistableModel<HDInsightClusterAaddsDetail>
Public Class HDInsightClusterAaddsDetail
Public Class HDInsightClusterAaddsDetail
Implements IJsonModel(Of HDInsightClusterAaddsDetail), IPersistableModel(Of HDInsightClusterAaddsDetail)
- Inheritance
-
HDInsightClusterAaddsDetail
- Implements
Properties
DomainName |
The Azure active directory domain service name. |
IsInitialSyncComplete |
This indicates whether initial sync complete or not. |
IsLdapsEnabled |
This indicates whether enable ldaps or not. |
LdapsPublicCertificateInBase64 |
The base 64 format string of public ldap certificate. |
ResourceId |
The resource id of azure active directory domain service. |
SubnetId |
The subnet resource id. |
TenantId |
The tenant id of azure active directory domain service . |
Explicit Interface Implementations
IJsonModel<HDInsightClusterAaddsDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HDInsightClusterAaddsDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HDInsightClusterAaddsDetail>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HDInsightClusterAaddsDetail>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HDInsightClusterAaddsDetail>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET