KubernetesClusterExtensionData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Extension object.
public class KubernetesClusterExtensionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.Extensions.KubernetesClusterExtensionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.Extensions.KubernetesClusterExtensionData>
type KubernetesClusterExtensionData = class
inherit ResourceData
interface IJsonModel<KubernetesClusterExtensionData>
interface IPersistableModel<KubernetesClusterExtensionData>
Public Class KubernetesClusterExtensionData
Inherits ResourceData
Implements IJsonModel(Of KubernetesClusterExtensionData), IPersistableModel(Of KubernetesClusterExtensionData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| KubernetesClusterExtensionData() |
Initializes a new instance of KubernetesClusterExtensionData. |
Properties
| Name | Description |
|---|---|
| AdditionalDetails |
Additional details provided by the publisher of the extension. |
| AksAssignedIdentity |
Identity of the Extension resource in an AKS cluster. |
| AutoUpgradeMode |
The upgrade mode for auto upgrade. The default is "compatible". |
| ConfigurationProtectedSettings |
Configuration settings that are sensitive, as name-value pairs for configuring this extension. |
| ConfigurationSettings |
Configuration settings, as name-value pairs for configuring this extension. |
| CurrentVersion |
Currently installed version of the extension. |
| CustomLocationSettings |
Custom Location settings properties. |
| ErrorInfo |
Error information from the Agent - e.g. errors during installation. |
| ExtensionState |
State of the extension on the cluster. |
| ExtensionType |
Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Identity |
Identity of the Extension resource. |
| IsAutoUpgradeMinorVersionEnabled |
Flag to note if this extension participates in auto upgrade of minor version, or not. |
| IsSystemExtension |
Flag to note if this extension is a system extension. |
| ManagedBy |
The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. |
| ManagementDetails |
Management details of the extension. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| PackageUri |
Uri of the Helm package. |
| Plan |
Details of the resource plan. |
| ProvisioningState |
Status of installation of this extension. |
| ReleaseTrain |
ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| Scope |
Scope at which the extension is installed. |
| Statuses |
Status from this extension. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| Version |
User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'. |