HDInsightClusterHostInfo 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 cluster host information.
public class HDInsightClusterHostInfo
public class HDInsightClusterHostInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightClusterHostInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightClusterHostInfo>
type HDInsightClusterHostInfo = class
type HDInsightClusterHostInfo = class
interface IJsonModel<HDInsightClusterHostInfo>
interface IPersistableModel<HDInsightClusterHostInfo>
Public Class HDInsightClusterHostInfo
Public Class HDInsightClusterHostInfo
Implements IJsonModel(Of HDInsightClusterHostInfo), IPersistableModel(Of HDInsightClusterHostInfo)
- Inheritance
-
HDInsightClusterHostInfo
- Implements
Properties
EffectiveDiskEncryptionKeyUri |
The effective disk encryption key URL used by the host. |
Fqdn |
The Fully Qualified Domain Name of host. |
Name |
The host name. |
Explicit Interface Implementations
IJsonModel<HDInsightClusterHostInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HDInsightClusterHostInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HDInsightClusterHostInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HDInsightClusterHostInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HDInsightClusterHostInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET