ContainerServiceManagedCluster 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.
Managed cluster.
public class ContainerServiceManagedCluster : Azure.Provisioning.Primitives.ProvisionableResource
type ContainerServiceManagedCluster = class
inherit ProvisionableResource
Public Class ContainerServiceManagedCluster
Inherits ProvisionableResource
- Inheritance
-
ContainerServiceManagedCluster
Constructors
| Name | Description |
|---|---|
| ContainerServiceManagedCluster(String, String) |
Creates a new ContainerServiceManagedCluster. |
Properties
| Name | Description |
|---|---|
| AadProfile |
Gets or sets the AadProfile. |
| AddonProfiles |
Gets or sets the AddonProfiles. |
| AgentPoolProfiles |
Gets or sets the AgentPoolProfiles. |
| ApiServerAccessProfile |
Gets or sets the ApiServerAccessProfile. |
| AutoScalerProfile |
Gets or sets the AutoScalerProfile. |
| AutoUpgradeProfile |
Gets or sets the AutoUpgradeProfile. |
| AzureMonitorMetrics |
Gets or sets the Metrics. |
| AzurePortalFqdn |
Gets the AzurePortalFqdn. |
| BicepIdentifier |
Gets or sets the the Bicep identifier name of the resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores. (Inherited from NamedProvisionableConstruct) |
| BicepMetadata |
Gets the Bicep metadata for this resource, including decorators and conditions. (Inherited from ProvisionableResource) |
| BootstrapProfile |
Gets or sets the BootstrapProfile. |
| ClusterIdentity |
Gets or sets the ClusterIdentity. |
| CurrentKubernetesVersion |
Gets the CurrentKubernetesVersion. |
| DependsOn |
Declares explicit dependencies on other resources. (Inherited from ProvisionableResource) |
| DiskEncryptionSetId |
Gets or sets the DiskEncryptionSetId. |
| DnsPrefix |
Gets or sets the DnsPrefix. |
| ETag |
Gets the ETag. |
| ExtendedLocation |
Gets or sets the ExtendedLocation. |
| Fqdn |
Gets the Fqdn. |
| FqdnSubdomain |
Gets or sets the FqdnSubdomain. |
| HttpProxyConfig |
Gets or sets the HttpProxyConfig. |
| Id |
Gets the Id. |
| IdentityProfile |
Gets or sets the IdentityProfile. |
| IngressWebAppRouting |
Gets or sets the WebAppRouting. |
| IsAIToolchainOperatorEnabled |
Gets or sets the IsAIToolchainOperatorEnabled. |
| IsExistingResource |
Gets whether this is referencing an existing resource or we're defining a new resource. (Inherited from ProvisionableResource) |
| IsLocalAccountsDisabled |
Gets or sets the IsLocalAccountsDisabled. |
| IsRbacEnabled |
Gets or sets the IsRbacEnabled. |
| Kind |
Gets or sets the Kind. |
| KubernetesVersion |
Gets or sets the KubernetesVersion. |
| LinuxProfile |
Gets or sets the LinuxProfile. |
| Location |
Gets or sets the Location. |
| MaxAgentPools |
Gets the MaxAgentPools. |
| MetricsIsCostAnalysisEnabled |
Gets or sets the IsCostAnalysisEnabled. |
| Name |
Gets or sets the Name. |
| NetworkProfile |
Gets or sets the NetworkProfile. |
| NodeProvisioningProfile |
Gets or sets the NodeProvisioningProfile. |
| NodeResourceGroup |
Gets or sets the NodeResourceGroup. |
| NodeResourceGroupRestrictionLevel |
Gets or sets the RestrictionLevel. |
| OidcIssuerProfile |
Gets or sets the OidcIssuerProfile. |
| PodIdentityProfile |
Gets or sets the PodIdentityProfile. |
| PowerStateCode |
Gets or sets the Code. |
| PrivateFqdn |
Gets the PrivateFqdn. |
| PrivateLinkResources |
Gets or sets the PrivateLinkResources. |
| ProvisioningState |
Gets the ProvisioningState. |
| PublicNetworkAccess |
Gets or sets the PublicNetworkAccess. |
| ResourceId |
Gets the ResourceId. |
| ResourceType |
Gets the type of the resource. (Inherited from ProvisionableResource) |
| ResourceVersion |
Gets or sets the version of the resource. (Inherited from ProvisionableResource) |
| SecurityProfile |
Gets or sets the SecurityProfile. |
| ServiceMeshProfile |
Gets or sets the ServiceMeshProfile. |
| ServicePrincipalProfile |
Gets or sets the ServicePrincipalProfile. |
| Sku |
Gets or sets the Sku. |
| StatusProvisioningError |
Gets the ProvisioningError. |
| StorageProfile |
Gets or sets the StorageProfile. |
| SupportPlan |
Gets or sets the SupportPlan. |
| SystemData |
Gets the SystemData. |
| Tags |
Gets or sets the Tags. |
| UpgradeOverrideSettings |
Gets or sets the OverrideSettings. |
| WindowsProfile |
Gets or sets the WindowsProfile. |
| WorkloadAutoScalerProfile |
Gets or sets the WorkloadAutoScalerProfile. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IBicepValue.Assign(IBicepValue) |
Assign a value to this property. (Inherited from ProvisionableConstruct) |
| IBicepValue.Compile() |
Compile this value to a Bicep expression. (Inherited from ProvisionableConstruct) |
| IBicepValue.Expression |
Gets the expression for this value if it's not a literal. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsEmpty |
Gets whether this value is unset or empty. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsOutput |
Tracks whether this is an output only property. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsRequired |
Tracks whether this property is required. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsSecure |
Tracks whether this contains a secure value. (Inherited from ProvisionableConstruct) |
| IBicepValue.Kind |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from ProvisionableConstruct) |
| IBicepValue.LiteralValue |
Get the value of this expression, if it's literal. (Inherited from ProvisionableConstruct) |
| IBicepValue.Self |
Gets information about where this value was defined. (Inherited from ProvisionableConstruct) |
| IBicepValue.SetReadOnly() |
Make this value readonly. (Inherited from ProvisionableConstruct) |
| IBicepValue.Source |
Gets information about where this value was assigned from. (Inherited from ProvisionableConstruct) |
Extension Methods
| Name | Description |
|---|---|
| ToBicepExpression(IBicepValue) |
Convert a IBicepValue into a BicepExpression by its reference to represent its hierarchy. |