Share via


AzStackHciClusterProperties Class

Definition

AzStackHCI cluster properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.AzStackHciClusterPropertiesTypeConverter))]
public class AzStackHciClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IAzStackHciClusterProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.AzStackHciClusterPropertiesTypeConverter))>]
type AzStackHciClusterProperties = class
    interface IAzStackHciClusterProperties
    interface IJsonSerializable
Public Class AzStackHciClusterProperties
Implements IAzStackHciClusterProperties
Inheritance
AzStackHciClusterProperties
Attributes
Implements

Constructors

AzStackHciClusterProperties()

Creates an new AzStackHciClusterProperties instance.

Properties

ClusterName

Gets or sets the AzStackHCICluster FQDN name.

ResourceName

Gets or sets the AzStackHCICluster resource name.

StorageAccountName

Gets or sets the Storage account name.

StorageContainer

Gets or sets the list of AzStackHCICluster Storage Container.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzStackHciClusterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzStackHciClusterProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IAzStackHciClusterProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzStackHciClusterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to