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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterHostedSystemProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterHostedSystemProfile>
type ManagedClusterHostedSystemProfile = class
interface IJsonModel<ManagedClusterHostedSystemProfile>
interface IPersistableModel<ManagedClusterHostedSystemProfile>
Public Class ManagedClusterHostedSystemProfile
Implements IJsonModel(Of ManagedClusterHostedSystemProfile), IPersistableModel(Of ManagedClusterHostedSystemProfile)
- Inheritance
-
ManagedClusterHostedSystemProfile
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterHostedSystemProfile() |
Initializes a new instance of ManagedClusterHostedSystemProfile. |
Properties
| Name | Description |
|---|---|
| IsHostedSystemAddonsEnabled |
Whether to enable hosted system addons for the cluster. |
| NodeSubnetId |
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 |
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 |