KubernetesClusterExtensionPatch 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 Patch Request object.
public class KubernetesClusterExtensionPatch
type KubernetesClusterExtensionPatch = class
Public Class KubernetesClusterExtensionPatch
- Inheritance
-
KubernetesClusterExtensionPatch
Constructors
KubernetesClusterExtensionPatch() |
Initializes a new instance of KubernetesClusterExtensionPatch. |
Properties
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. |
ReleaseTrain |
ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'. |
Version |
Version of the extension for this extension, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'. |
Applies to
Azure SDK for .NET