RemoteAddressMatchConditionParameters interface
RemoteAddress 일치 조건에 대한 매개 변수를 정의합니다.
속성
match |
일치시킬 값을 일치합니다. 연산자는 OR 의미 체계를 사용하여 여기에서 각 값에 적용됩니다. 변수가 지정된 연산자 와 일치하는 경우 이 일치 조건은 일치 항목으로 간주됩니다. |
negate |
이것이 부정 조건인지 여부를 설명합니다. |
operator | 일치시킬 연산자를 설명합니다. |
transforms | 변환 목록 |
type |
속성 세부 정보
matchValues
일치시킬 값을 일치합니다. 연산자는 OR 의미 체계를 사용하여 여기에서 각 값에 적용됩니다. 변수가 지정된 연산자 와 일치하는 경우 이 일치 조건은 일치 항목으로 간주됩니다.
matchValues?: string[]
속성 값
string[]
negateCondition
이것이 부정 조건인지 여부를 설명합니다.
negateCondition?: boolean
속성 값
boolean
operator
일치시킬 연산자를 설명합니다.
operator: string
속성 값
string
transforms
변환 목록
transforms?: string[]
속성 값
string[]
typeName
typeName: "DeliveryRuleRemoteAddressConditionParameters"
속성 값
"DeliveryRuleRemoteAddressConditionParameters"