| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteAddressMatchConditionParameters |
DeliveryRuleRemoteAddressCondition.parameters()
Get the parameters property: Defines the parameters for the condition.
|
RemoteAddressMatchConditionParameters |
RemoteAddressMatchConditionParameters.withMatchValues(List<String> matchValues)
Set the matchValues property: Match values to match against.
|
RemoteAddressMatchConditionParameters |
RemoteAddressMatchConditionParameters.withNegateCondition(Boolean negateCondition)
Set the negateCondition property: Describes if this is negate condition or not.
|
RemoteAddressMatchConditionParameters |
RemoteAddressMatchConditionParameters.withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
RemoteAddressMatchConditionParameters |
RemoteAddressMatchConditionParameters.withOperator(RemoteAddressOperator operator)
Set the operator property: Describes operator to be matched.
|
RemoteAddressMatchConditionParameters |
RemoteAddressMatchConditionParameters.withTransforms(List<Transform> transforms)
Set the transforms property: List of transforms.
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryRuleRemoteAddressCondition |
DeliveryRuleRemoteAddressCondition.withParameters(RemoteAddressMatchConditionParameters parameters)
Set the parameters property: Defines the parameters for the condition.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.