DeploymentSettingsProperties 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.
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. |