Share via


IExtension Interface

Definition

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

Properties

AggregateState

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
ManagedBy

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

Name

The name of the resource

(Inherited from IResource)
ParameterAutoUpgradeMinorVersion

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.

ParameterEnableAutomaticUpgrade

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

ParameterForceUpdateTag

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

ParameterProtectedSetting

Protected settings (may contain secrets).

ParameterPublisher

The name of the extension handler publisher.

ParameterSetting

Json formatted public settings for the extension.

ParameterType

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

ParameterTypeHandlerVersion

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

PerNodeExtensionDetail

State of Arc Extension in each of the nodes.

ProvisioningState

Provisioning state of the Extension proxy resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to