diff --git a/sdk/cdn/mgmt-v2020_04_15/pom.xml b/sdk/cdn/mgmt-v2020_04_15/pom.xml
index 8ba7511dacdc..5c4a37905c7e 100644
--- a/sdk/cdn/mgmt-v2020_04_15/pom.xml
+++ b/sdk/cdn/mgmt-v2020_04_15/pom.xml
@@ -11,11 +11,11 @@
com.microsoft.azure
azure-arm-parent
- 1.3.2
- ../../parents/azure-arm-parent/pom.xml
+ 1.1.0
+ ../../../pom.management.xml
azure-mgmt-cdn
- 1.0.0-beta-1
+ 1.0.0-beta
jar
Microsoft Azure SDK for Cdn Management
This package contains Microsoft Cdn Management SDK.
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/CookiesMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/CookiesMatchConditionParameters.java
index 6cd74a3efa96..7d92b9e60ff3 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/CookiesMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/CookiesMatchConditionParameters.java
@@ -24,7 +24,7 @@ public class CookiesMatchConditionParameters {
/**
* Name of Cookies to be matched.
*/
- @JsonProperty(value = "selector", required = true)
+ @JsonProperty(value = "selector")
private String selector;
/**
@@ -44,7 +44,7 @@ public class CookiesMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -55,9 +55,7 @@ public class CookiesMatchConditionParameters {
/**
* Creates an instance of CookiesMatchConditionParameters class.
- * @param selector name of Cookies to be matched.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public CookiesMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleCookiesConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/HttpVersionMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/HttpVersionMatchConditionParameters.java
index 70e94f58023a..80dbf18c2cf2 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/HttpVersionMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/HttpVersionMatchConditionParameters.java
@@ -36,12 +36,11 @@ public class HttpVersionMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
* Creates an instance of HttpVersionMatchConditionParameters class.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public HttpVersionMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleHttpVersionConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/IsDeviceMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/IsDeviceMatchConditionParameters.java
index cdfdc09067f5..5d6da26e5d00 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/IsDeviceMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/IsDeviceMatchConditionParameters.java
@@ -36,7 +36,7 @@ public class IsDeviceMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -47,7 +47,6 @@ public class IsDeviceMatchConditionParameters {
/**
* Creates an instance of IsDeviceMatchConditionParameters class.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public IsDeviceMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleIsDeviceConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/KeyVaultCertificateSourceParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/KeyVaultCertificateSourceParameters.java
index 564d59190fa8..0e726fce754b 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/KeyVaultCertificateSourceParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/KeyVaultCertificateSourceParameters.java
@@ -49,7 +49,7 @@ public class KeyVaultCertificateSourceParameters {
/**
* The version(GUID) of Key Vault Secret in Key Vault.
*/
- @JsonProperty(value = "secretVersion", required = true)
+ @JsonProperty(value = "secretVersion")
private String secretVersion;
/**
@@ -72,7 +72,6 @@ public class KeyVaultCertificateSourceParameters {
* @param resourceGroupName resource group of the user's Key Vault containing the SSL certificate.
* @param vaultName the name of the user's Key Vault containing the SSL certificate.
* @param secretName the name of Key Vault Secret (representing the full certificate PFX) in Key Vault.
- * @param secretVersion the version(GUID) of Key Vault Secret in Key Vault.
*/
public KeyVaultCertificateSourceParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.KeyVaultCertificateSourceParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/PostArgsMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/PostArgsMatchConditionParameters.java
index 1c8c6e2014e9..c8c008d65400 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/PostArgsMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/PostArgsMatchConditionParameters.java
@@ -24,7 +24,7 @@ public class PostArgsMatchConditionParameters {
/**
* Name of PostArg to be matched.
*/
- @JsonProperty(value = "selector", required = true)
+ @JsonProperty(value = "selector")
private String selector;
/**
@@ -44,7 +44,7 @@ public class PostArgsMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -55,9 +55,7 @@ public class PostArgsMatchConditionParameters {
/**
* Creates an instance of PostArgsMatchConditionParameters class.
- * @param selector name of PostArg to be matched.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public PostArgsMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRulePostArgsConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/QueryStringMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/QueryStringMatchConditionParameters.java
index a048624c9078..072439aae3a0 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/QueryStringMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/QueryStringMatchConditionParameters.java
@@ -38,7 +38,7 @@ public class QueryStringMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -50,7 +50,6 @@ public class QueryStringMatchConditionParameters {
/**
* Creates an instance of QueryStringMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public QueryStringMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleQueryStringConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RemoteAddressMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RemoteAddressMatchConditionParameters.java
index e530e4404424..d8b28b7ca242 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RemoteAddressMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RemoteAddressMatchConditionParameters.java
@@ -39,7 +39,7 @@ public class RemoteAddressMatchConditionParameters {
* here with OR semantics. If any of them match the variable with the given
* operator this match condition is considered a match.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -51,7 +51,6 @@ public class RemoteAddressMatchConditionParameters {
/**
* Creates an instance of RemoteAddressMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'IPMatch', 'GeoMatch'.
- * @param matchValues match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
*/
public RemoteAddressMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRemoteAddressConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestBodyMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestBodyMatchConditionParameters.java
index c2abeb20467e..f2060af52aba 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestBodyMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestBodyMatchConditionParameters.java
@@ -38,7 +38,7 @@ public class RequestBodyMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -50,7 +50,6 @@ public class RequestBodyMatchConditionParameters {
/**
* Creates an instance of RequestBodyMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public RequestBodyMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestBodyConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestHeaderMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestHeaderMatchConditionParameters.java
index 720f3185f12d..50d1b3adb6e1 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestHeaderMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestHeaderMatchConditionParameters.java
@@ -24,7 +24,7 @@ public class RequestHeaderMatchConditionParameters {
/**
* Name of Header to be matched.
*/
- @JsonProperty(value = "selector", required = true)
+ @JsonProperty(value = "selector")
private String selector;
/**
@@ -44,7 +44,7 @@ public class RequestHeaderMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -55,9 +55,7 @@ public class RequestHeaderMatchConditionParameters {
/**
* Creates an instance of RequestHeaderMatchConditionParameters class.
- * @param selector name of Header to be matched.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public RequestHeaderMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestHeaderConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestMethodMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestMethodMatchConditionParameters.java
index 1ca2fe8ec363..2c8cb92628f0 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestMethodMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestMethodMatchConditionParameters.java
@@ -36,12 +36,11 @@ public class RequestMethodMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
* Creates an instance of RequestMethodMatchConditionParameters class.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public RequestMethodMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestMethodConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestSchemeMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestSchemeMatchConditionParameters.java
index 8ffa570e09e7..8275eb1100d4 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestSchemeMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestSchemeMatchConditionParameters.java
@@ -36,12 +36,11 @@ public class RequestSchemeMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
* Creates an instance of RequestSchemeMatchConditionParameters class.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public RequestSchemeMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestSchemeConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestUriMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestUriMatchConditionParameters.java
index 6f56764efaeb..1f5dfc77add2 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestUriMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/RequestUriMatchConditionParameters.java
@@ -38,7 +38,7 @@ public class RequestUriMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -50,7 +50,6 @@ public class RequestUriMatchConditionParameters {
/**
* Creates an instance of RequestUriMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public RequestUriMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleRequestUriConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlFileExtensionMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlFileExtensionMatchConditionParameters.java
index 63f2a770ecdd..1120ba964c91 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlFileExtensionMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlFileExtensionMatchConditionParameters.java
@@ -38,7 +38,7 @@ public class UrlFileExtensionMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -50,7 +50,6 @@ public class UrlFileExtensionMatchConditionParameters {
/**
* Creates an instance of UrlFileExtensionMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public UrlFileExtensionMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlFileExtensionMatchConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlFileNameMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlFileNameMatchConditionParameters.java
index c01d9234a99d..76f7fdb829f6 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlFileNameMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlFileNameMatchConditionParameters.java
@@ -38,7 +38,7 @@ public class UrlFileNameMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -50,7 +50,6 @@ public class UrlFileNameMatchConditionParameters {
/**
* Creates an instance of UrlFileNameMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public UrlFileNameMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlFilenameConditionParameters";
diff --git a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlPathMatchConditionParameters.java b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlPathMatchConditionParameters.java
index 06b2f4479188..52618baf53e9 100644
--- a/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlPathMatchConditionParameters.java
+++ b/sdk/cdn/mgmt-v2020_04_15/src/main/java/com/microsoft/azure/management/cdn/v2020_04_15/UrlPathMatchConditionParameters.java
@@ -38,7 +38,7 @@ public class UrlPathMatchConditionParameters {
/**
* The match value for the condition of the delivery rule.
*/
- @JsonProperty(value = "matchValues", required = true)
+ @JsonProperty(value = "matchValues")
private List matchValues;
/**
@@ -50,7 +50,6 @@ public class UrlPathMatchConditionParameters {
/**
* Creates an instance of UrlPathMatchConditionParameters class.
* @param operator describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'Wildcard'.
- * @param matchValues the match value for the condition of the delivery rule.
*/
public UrlPathMatchConditionParameters() {
odatatype = "#Microsoft.Azure.Cdn.Models.DeliveryRuleUrlPathMatchConditionParameters";