你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentSettingsProperties Class

Definition

DeploymentSetting properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentSettingsPropertiesTypeConverter))]
public class DeploymentSettingsProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentSettingsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentSettingsPropertiesTypeConverter))>]
type DeploymentSettingsProperties = class
    interface IDeploymentSettingsProperties
    interface IJsonSerializable
Public Class DeploymentSettingsProperties
Implements IDeploymentSettingsProperties
Inheritance
DeploymentSettingsProperties
Attributes
Implements

Constructors

DeploymentSettingsProperties()

Creates an new DeploymentSettingsProperties instance.

Properties

ArcNodeResourceId

Azure resource ids of Arc machines to be part of cluster.

DeploymentConfigurationScaleUnit

Scale units will contains list of deployment data

DeploymentConfigurationVersion

deployment template version

DeploymentMode

The deployment mode for cluster deployment.

DeploymentStatus

Status of ECE action AzureStackHCI Cluster Deployment.

DeploymentStatusStep

List of steps of AzureStackHCI Cluster Deployment.

OperationType

The intended operation for a cluster.

ProvisioningState

DeploymentSetting provisioning state

ValidationStatus

Status of ECE action AzureStackHCI Cluster Deployment.

ValidationStatusStep

List of steps of AzureStackHCI Cluster Deployment.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeploymentSettingsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeploymentSettingsProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentSettingsProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeploymentSettingsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to