ManagedClusterGuardrailsProfile Constructor
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.
Initializes a new instance of ManagedClusterGuardrailsProfile.
public ManagedClusterGuardrailsProfile (string version, Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfileLevel level);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfile : string * Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfileLevel -> Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfile
Public Sub New (version As String, level As ManagedClusterGuardrailsProfileLevel)
Parameters
- version
- String
The version of constraints to use.
The guardrails level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces.
Exceptions
version
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET