Share via


IExtensionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ExtensionPropertiesTypeConverter))]
public interface IExtensionProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ExtensionPropertiesTypeConverter))>]
type IExtensionProperties = interface
    interface IJsonSerializable
Public Interface IExtensionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AggregateState

Aggregate state of Arc Extensions across the nodes in this HCI cluster.

ExtensionParameterAutoUpgradeMinorVersion

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.

ExtensionParameterEnableAutomaticUpgrade

Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.

ExtensionParameterForceUpdateTag

How the extension handler should be forced to update even if the extension configuration has not changed.

ExtensionParameterProtectedSetting

Protected settings (may contain secrets).

ExtensionParameterPublisher

The name of the extension handler publisher.

ExtensionParameterSetting

Json formatted public settings for the extension.

ExtensionParameterType

Specifies the type of the extension; an example is "CustomScriptExtension".

ExtensionParameterTypeHandlerVersion

Specifies the version of the script handler. Latest version would be used if not specified.

ManagedBy

Indicates if the extension is managed by azure or the user.

PerNodeExtensionDetail

State of Arc Extension in each of the nodes.

ProvisioningState

Provisioning state of the Extension proxy resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to