ManagedClusterHostedSystemProfile 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.
Settings for hosted system addons.
public class ManagedClusterHostedSystemProfile
type ManagedClusterHostedSystemProfile = class
Public Class ManagedClusterHostedSystemProfile
- Inheritance
-
ManagedClusterHostedSystemProfile
Constructors
| Name | Description |
|---|---|
| ManagedClusterHostedSystemProfile() |
Initializes a new instance of the ManagedClusterHostedSystemProfile class. |
| ManagedClusterHostedSystemProfile(Nullable<Boolean>, String, String) |
Initializes a new instance of the ManagedClusterHostedSystemProfile class. |
Properties
| Name | Description |
|---|---|
| Enabled |
Gets or sets whether to enable hosted system addons for the cluster. |
| NodeSubnetId |
Gets or sets the ID of the subnet that will be joined by worker nodes
managed by node auto provisioner for running workload pods in your tenant.
This must be provided together with |
| SystemNodeSubnetId |
Gets or sets the ID of the subnet that will be joined by system nodes
managed and hosted by AKS for running critical system addons. This ID must
be provided together with |