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