AzStackHCIFabricModelCustomProperties interface
AzStackHCI fabric model custom properties.
- Extends
Properties
appliance |
Gets or sets the Appliance name. NOTE: This property will not be serialized. It can only be populated by the server. |
az |
Gets or sets the ARM Id of the AzStackHCI site. |
cluster | AzStackHCI cluster properties. |
fabric |
Gets or sets the fabric container Id. NOTE: This property will not be serialized. It can only be populated by the server. |
fabric |
Gets or sets the fabric resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
migration |
Gets or sets the migration hub Uri. NOTE: This property will not be serialized. It can only be populated by the server. |
migration |
Gets or sets the Migration solution ARM Id. |
Property Details
applianceName
Gets or sets the Appliance name. NOTE: This property will not be serialized. It can only be populated by the server.
applianceName?: string[]
Property Value
string[]
azStackHciSiteId
Gets or sets the ARM Id of the AzStackHCI site.
azStackHciSiteId: string
Property Value
string
cluster
AzStackHCI cluster properties.
cluster: AzStackHCIClusterProperties
Property Value
fabricContainerId
Gets or sets the fabric container Id. NOTE: This property will not be serialized. It can only be populated by the server.
fabricContainerId?: string
Property Value
string
fabricResourceId
Gets or sets the fabric resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
fabricResourceId?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "AzStackHCI"
Property Value
"AzStackHCI"
migrationHubUri
Gets or sets the migration hub Uri. NOTE: This property will not be serialized. It can only be populated by the server.
migrationHubUri?: string
Property Value
string
migrationSolutionId
Gets or sets the Migration solution ARM Id.
migrationSolutionId: string
Property Value
string
Azure SDK for JavaScript