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.
A class representing the KubernetesClusterExtension data model. The Extension object.
public class KubernetesClusterExtensionData : Azure.ResourceManager.Models.ResourceData
type KubernetesClusterExtensionData = class
inherit ResourceData
Public Class KubernetesClusterExtensionData
Inherits ResourceData
- Inheritance
Constructors
KubernetesClusterExtensionData() |
Initializes a new instance of KubernetesClusterExtensionData. |
Properties
AksAssignedIdentity |
Identity of the Extension resource in an AKS cluster. Current supported identity types: SystemAssigned, UserAssigned. |
AutoUpgradeMinorVersion |
Flag to note if this extension participates in auto upgrade of minor version, or not. |
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. |
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. Current supported identity types: SystemAssigned. |
IsSystemExtension |
Flag to note if this extension is a system extension. |
Name |
The name of the resource. (Inherited from ResourceData) |
PackageUri |
Uri of the Helm package. |
Plan |
The plan information. |
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'. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET