次の方法で共有


FieldRestriction コンストラクター

定義

オーバーロード

FieldRestriction()

FieldRestriction クラスの新しいインスタンスを初期化します。

FieldRestriction(String, String, IList<String>, PolicyReference)

FieldRestriction クラスの新しいインスタンスを初期化します。

FieldRestriction()

FieldRestriction クラスの新しいインスタンスを初期化します。

public FieldRestriction ();
Public Sub New ()

適用対象

FieldRestriction(String, String, IList<String>, PolicyReference)

FieldRestriction クラスの新しいインスタンスを初期化します。

public FieldRestriction (string result = default, string defaultValue = default, System.Collections.Generic.IList<string> values = default, Microsoft.Azure.Management.PolicyInsights.Models.PolicyReference policy = default);
new Microsoft.Azure.Management.PolicyInsights.Models.FieldRestriction : string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.PolicyInsights.Models.PolicyReference -> Microsoft.Azure.Management.PolicyInsights.Models.FieldRestriction
Public Sub New (Optional result As String = Nothing, Optional defaultValue As String = Nothing, Optional values As IList(Of String) = Nothing, Optional policy As PolicyReference = Nothing)

パラメーター

result
String

フィールドに適用される制限の種類。 使用可能な値は、'Required'、'Removed'、'Deny' です。

defaultValue
String

ユーザーが値を指定しない場合に、フィールドに対してポリシーが設定する値。

values
IList<String>

ポリシーがフィールドに対して要求または拒否する値。

policy
PolicyReference

フィールド制限の原因となっているポリシーの詳細。

適用対象