ApplianceProperties interface
Properties for an appliance.
Properties
| distro | Represents a supported Fabric/Infra. (AKSEdge etc...). |
| events | A list of events that occurred on the Appliance to relay information to the user. |
| infrastructure |
Contains infrastructure information about the Appliance |
| network |
Contains network information about the Appliance |
| provisioning |
The current deployment or provisioning state, which only appears in the response. |
| public |
Certificates pair used to download MSI certificate from HIS. Can only be set once. |
| status | Appliance’s health and state of connection to on-prem. This list of values is not exhaustive. |
| version | Version of the Appliance |
Property Details
distro
Represents a supported Fabric/Infra. (AKSEdge etc...).
distro?: string
Property Value
string
events
A list of events that occurred on the Appliance to relay information to the user.
events?: Event[]
Property Value
Event[]
infrastructureConfig
Contains infrastructure information about the Appliance
infrastructureConfig?: AppliancePropertiesInfrastructureConfig
Property Value
networkProfile
Contains network information about the Appliance
networkProfile?: NetworkProfile
Property Value
provisioningState
The current deployment or provisioning state, which only appears in the response.
provisioningState?: string
Property Value
string
publicKey
Certificates pair used to download MSI certificate from HIS. Can only be set once.
publicKey?: string
Property Value
string
status
Appliance’s health and state of connection to on-prem. This list of values is not exhaustive.
status?: string
Property Value
string
version
Version of the Appliance
version?: string
Property Value
string