Freigeben über


ClusterDeployParameters Class

Definition

ClusterDeployParameters represents the body of the request to deploy cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterDeployParametersTypeConverter))]
public class ClusterDeployParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterDeployParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterDeployParametersTypeConverter))>]
type ClusterDeployParameters = class
    interface IClusterDeployParameters
    interface IJsonSerializable
Public Class ClusterDeployParameters
Implements IClusterDeployParameters
Inheritance
ClusterDeployParameters
Attributes
Implements

Constructors

ClusterDeployParameters()

Creates an new ClusterDeployParameters instance.

Properties

SkipValidationsForMachine

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterDeployParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterDeployParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterDeployParameters.

FromJsonString(String)

Creates a new instance of ClusterDeployParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterDeployParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to