Appliance interface
Appliances definition.
- Extends
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. |
| identity | Identity for the resource. |
| 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 |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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[]
identity
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type