HciEdgeDeviceArcExtension interface
Arc extension installed on edge device.
Properties
| error |
Error details while installing Arc extension. |
| extension |
Arc extension name installed on edge device. |
| extension |
Arc Extension Azure resource id. |
| managed |
Indicates whether the extension is managed by the user or by Azure. |
| state | Arc extension state from arc machine extension. |
| type |
Extension version installed. |
Property Details
errorDetails
Error details while installing Arc extension.
errorDetails?: HciValidationFailureDetail[]
Property Value
extensionName
Arc extension name installed on edge device.
extensionName?: string
Property Value
string
extensionResourceId
Arc Extension Azure resource id.
extensionResourceId?: string
Property Value
string
managedBy
Indicates whether the extension is managed by the user or by Azure.
managedBy?: string
Property Value
string
state
Arc extension state from arc machine extension.
state?: string
Property Value
string
typeHandlerVersion
Extension version installed.
typeHandlerVersion?: string
Property Value
string