次の方法で共有


ArmContainerServiceModelFactory.ManagedClusterGuardrailsProfile メソッド

定義

ManagedClusterGuardrailsProfile の新しいインスタンスを初期化します。

public static Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfile ManagedClusterGuardrailsProfile (System.Collections.Generic.IEnumerable<string> systemExcludedNamespaces = default, string version = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfileLevel level = default, System.Collections.Generic.IEnumerable<string> excludedNamespaces = default);
static member ManagedClusterGuardrailsProfile : seq<string> * string * Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfileLevel * seq<string> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterGuardrailsProfile
Public Shared Function ManagedClusterGuardrailsProfile (Optional systemExcludedNamespaces As IEnumerable(Of String) = Nothing, Optional version As String = Nothing, Optional level As ManagedClusterGuardrailsProfileLevel = Nothing, Optional excludedNamespaces As IEnumerable(Of String) = Nothing) As ManagedClusterGuardrailsProfile

パラメーター

systemExcludedNamespaces
IEnumerable<String>

ガードレールから除外する AKS によって指定された名前空間の一覧。

version
String

使用する制約のバージョン。

level
ManagedClusterGuardrailsProfileLevel

使用するガードレール レベル。 既定では、AKS が systemExcludedNamespaces 経由で除外するものを除くすべての名前空間に対して Guardrails が有効になっています。

excludedNamespaces
IEnumerable<String>

ガードレール チェックから除外された名前空間の一覧。

戻り値

モック作成用の新しい ManagedClusterGuardrailsProfile インスタンス。

適用対象