Share via


ClusterDeployContent Class

Definition

ClusterDeployParameters represents the body of the request to deploy cluster.

public class ClusterDeployContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ClusterDeployContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ClusterDeployContent>
type ClusterDeployContent = class
    interface IJsonModel<ClusterDeployContent>
    interface IPersistableModel<ClusterDeployContent>
Public Class ClusterDeployContent
Implements IJsonModel(Of ClusterDeployContent), IPersistableModel(Of ClusterDeployContent)
Inheritance
ClusterDeployContent
Implements

Constructors

Name Description
ClusterDeployContent()

Initializes a new instance of ClusterDeployContent.

Properties

Name Description
SkipValidationsForMachines

The names of bare metal machines in the cluster that should be skipped during environment validation.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ClusterDeployContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ClusterDeployContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterDeployContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterDeployContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ClusterDeployContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to