HDInsightClusterCreateOrUpdateContent 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 CreateCluster request parameters.
public class HDInsightClusterCreateOrUpdateContent
public class HDInsightClusterCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightClusterCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightClusterCreateOrUpdateContent>
type HDInsightClusterCreateOrUpdateContent = class
type HDInsightClusterCreateOrUpdateContent = class
interface IJsonModel<HDInsightClusterCreateOrUpdateContent>
interface IPersistableModel<HDInsightClusterCreateOrUpdateContent>
Public Class HDInsightClusterCreateOrUpdateContent
Public Class HDInsightClusterCreateOrUpdateContent
Implements IJsonModel(Of HDInsightClusterCreateOrUpdateContent), IPersistableModel(Of HDInsightClusterCreateOrUpdateContent)
- Inheritance
-
HDInsightClusterCreateOrUpdateContent
- Derived
- Implements
Constructors
HDInsightClusterCreateOrUpdateContent() |
Initializes a new instance of HDInsightClusterCreateOrUpdateContent. |
Properties
Identity |
The identity of the cluster, if configured. |
Location |
The location of the cluster. |
Properties |
The cluster create parameters. |
Tags |
The resource tags. |
Zones |
The availability zones. |
Explicit Interface Implementations
IJsonModel<HDInsightClusterCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HDInsightClusterCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HDInsightClusterCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HDInsightClusterCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HDInsightClusterCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET