다음을 통해 공유


MatchCondition 클래스

일치 조건을 정의합니다.

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.network._serialization.Model
MatchCondition

생성자

MatchCondition(*, match_variables: List[_models.MatchVariable], operator: str | _models.WebApplicationFirewallOperator, match_values: List[str], negation_conditon: bool | None = None, transforms: List[str | _models.WebApplicationFirewallTransform] | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
match_variables

일치 변수 목록입니다. 필수 요소.

operator

일치시킬 연산자입니다. 필수 요소. 알려진 값은 "IPMatch", "Equal", "Contains", "LessThan", "GreaterThan", "LessThanOrEqual", "GreaterThanOrEqual", "BeginsWith", "EndsWith", "Regex", "GeoMatch" 및 "Any"입니다.

negation_conditon

이것이 부정 조건인지 여부입니다.

match_values

일치 값입니다. 필수 요소.

transforms

변환 목록입니다.

변수

Name Description
match_variables

일치 변수 목록입니다. 필수 요소.

operator

일치시킬 연산자입니다. 필수 요소. 알려진 값은 "IPMatch", "Equal", "Contains", "LessThan", "GreaterThan", "LessThanOrEqual", "GreaterThanOrEqual", "BeginsWith", "EndsWith", "Regex", "GeoMatch" 및 "Any"입니다.

negation_conditon

이것이 부정 조건인지 여부입니다.

match_values

일치 값입니다. 필수 요소.

transforms

변환 목록입니다.