ClusterDeployContent 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.
ClusterDeployParameters represents the body of the request to deploy cluster.
public class ClusterDeployContent
public class ClusterDeployContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ClusterDeployContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ClusterDeployContent>
type ClusterDeployContent = class
type ClusterDeployContent = class
interface IJsonModel<ClusterDeployContent>
interface IPersistableModel<ClusterDeployContent>
Public Class ClusterDeployContent
Public Class ClusterDeployContent
Implements IJsonModel(Of ClusterDeployContent), IPersistableModel(Of ClusterDeployContent)
- Inheritance
-
ClusterDeployContent
- Implements
Constructors
ClusterDeployContent() |
Initializes a new instance of ClusterDeployContent. |
Properties
SkipValidationsForMachines |
The names of bare metal machines in the cluster that should be skipped during environment validation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET