Delen via


ManagedClusterGuardrailsProfileLevel Struct

Definition

The guardrails level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces.

public readonly struct ManagedClusterGuardrailsProfileLevel : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfileLevel>
type ManagedClusterGuardrailsProfileLevel = struct
Public Structure ManagedClusterGuardrailsProfileLevel
Implements IEquatable(Of ManagedClusterGuardrailsProfileLevel)
Inheritance
ManagedClusterGuardrailsProfileLevel
Implements

Constructors

ManagedClusterGuardrailsProfileLevel(String)

Initializes a new instance of ManagedClusterGuardrailsProfileLevel.

Properties

Enforcement

Enforcement.

Off

Off.

Warning

Warning.

Methods

Equals(ManagedClusterGuardrailsProfileLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ManagedClusterGuardrailsProfileLevel, ManagedClusterGuardrailsProfileLevel)

Determines if two ManagedClusterGuardrailsProfileLevel values are the same.

Implicit(String to ManagedClusterGuardrailsProfileLevel)

Converts a string to a ManagedClusterGuardrailsProfileLevel.

Inequality(ManagedClusterGuardrailsProfileLevel, ManagedClusterGuardrailsProfileLevel)

Determines if two ManagedClusterGuardrailsProfileLevel values are not the same.

Applies to