Get Machine Extension Result
data class GetMachineExtensionResult(val autoUpgradeMinorVersion: Boolean? = null, val azureApiVersion: String, val forceUpdateTag: String? = null, val id: String, val instanceView: MachineExtensionPropertiesResponseInstanceView? = null, val location: String? = null, val name: String, val protectedSettings: Any? = null, val provisioningState: String, val publisher: String? = null, val settings: Any? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val typeHandlerVersion: String? = null)
Describes a Machine Extension.
Constructors
Link copied to clipboard
constructor(autoUpgradeMinorVersion: Boolean? = null, azureApiVersion: String, forceUpdateTag: String? = null, id: String, instanceView: MachineExtensionPropertiesResponseInstanceView? = null, location: String? = null, name: String, protectedSettings: Any? = null, provisioningState: String, publisher: String? = null, settings: Any? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, typeHandlerVersion: String? = null)
Properties
Link copied to clipboard
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
How the extension handler should be forced to update even if the extension configuration has not changed.
Link copied to clipboard
The machine extension instance view.
Link copied to clipboard
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
Link copied to clipboard
The provisioning state, which only appears in the response.
Link copied to clipboard
The system data.
Link copied to clipboard
Specifies the version of the script handler.