ManagedClusterGuardrailsProfileLevel Struct
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 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
Azure SDK for .NET