public final class RemoteAddressMatchConditionParameters extends Object
| Constructor and Description |
|---|
RemoteAddressMatchConditionParameters()
Creates an instance of RemoteAddressMatchConditionParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
matchValues()
Get the matchValues property: Match values to match against.
|
Boolean |
negateCondition()
Get the negateCondition property: Describes if this is negate condition or not.
|
String |
odataType()
Get the odataType property: The @odata.type property.
|
RemoteAddressOperator |
operator()
Get the operator property: Describes operator to be matched.
|
List<Transform> |
transforms()
Get the transforms property: List of transforms.
|
void |
validate()
Validates the instance.
|
RemoteAddressMatchConditionParameters |
withMatchValues(List<String> matchValues)
Set the matchValues property: Match values to match against.
|
RemoteAddressMatchConditionParameters |
withNegateCondition(Boolean negateCondition)
Set the negateCondition property: Describes if this is negate condition or not.
|
RemoteAddressMatchConditionParameters |
withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
RemoteAddressMatchConditionParameters |
withOperator(RemoteAddressOperator operator)
Set the operator property: Describes operator to be matched.
|
RemoteAddressMatchConditionParameters |
withTransforms(List<Transform> transforms)
Set the transforms property: List of transforms.
|
public RemoteAddressMatchConditionParameters()
public String odataType()
public RemoteAddressMatchConditionParameters withOdataType(String odataType)
odataType - the odataType value to set.public RemoteAddressOperator operator()
public RemoteAddressMatchConditionParameters withOperator(RemoteAddressOperator operator)
operator - the operator value to set.public Boolean negateCondition()
public RemoteAddressMatchConditionParameters withNegateCondition(Boolean negateCondition)
negateCondition - the negateCondition value to set.public List<String> matchValues()
public RemoteAddressMatchConditionParameters withMatchValues(List<String> matchValues)
matchValues - the matchValues value to set.public List<Transform> transforms()
public RemoteAddressMatchConditionParameters withTransforms(List<Transform> transforms)
transforms - the transforms value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.