134 строки
10 KiB
YAML
134 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters"
|
|
name: "RequestMethodMatchConditionParameters"
|
|
nameWithType: "RequestMethodMatchConditionParameters"
|
|
summary: "Defines the parameters for Request<wbr>Method match conditions."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **RequestMethodMatchConditionParameters**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.RequestMethodMatchConditionParameters()"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.RequestMethodMatchConditionParameters()"
|
|
name: "RequestMethodMatchConditionParameters()"
|
|
nameWithType: "RequestMethodMatchConditionParameters.RequestMethodMatchConditionParameters()"
|
|
summary: "Creates an instance of Request<wbr>Method<wbr>Match<wbr>Condition<wbr>Parameters class."
|
|
syntax: "public RequestMethodMatchConditionParameters()"
|
|
desc: "Creates an instance of RequestMethodMatchConditionParameters class."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.matchValues()"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.matchValues()"
|
|
name: "matchValues()"
|
|
nameWithType: "RequestMethodMatchConditionParameters.matchValues()"
|
|
summary: "Get the match value for the condition of the delivery rule."
|
|
syntax: "public List<String> matchValues()"
|
|
desc: "Get the match value for the condition of the delivery rule."
|
|
returns:
|
|
description: "the matchValues value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.negateCondition()"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.negateCondition()"
|
|
name: "negateCondition()"
|
|
nameWithType: "RequestMethodMatchConditionParameters.negateCondition()"
|
|
summary: "Get describes if this is negate condition or not."
|
|
syntax: "public Boolean negateCondition()"
|
|
desc: "Get describes if this is negate condition or not."
|
|
returns:
|
|
description: "the negateCondition value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.odatatype()"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.odatatype()"
|
|
name: "odatatype()"
|
|
nameWithType: "RequestMethodMatchConditionParameters.odatatype()"
|
|
summary: "Get the odatatype value."
|
|
syntax: "public String odatatype()"
|
|
desc: "Get the odatatype value."
|
|
returns:
|
|
description: "the odatatype value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.operator()"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.operator()"
|
|
name: "operator()"
|
|
nameWithType: "RequestMethodMatchConditionParameters.operator()"
|
|
summary: "Get describes operator to be matched."
|
|
syntax: "public String operator()"
|
|
desc: "Get describes operator to be matched."
|
|
returns:
|
|
description: "the operator value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.withMatchValues(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.withMatchValues(List<String> matchValues)"
|
|
name: "withMatchValues(List<String> matchValues)"
|
|
nameWithType: "RequestMethodMatchConditionParameters.withMatchValues(List<String> matchValues)"
|
|
summary: "Set the match value for the condition of the delivery rule."
|
|
parameters:
|
|
- description: "the matchValues value to set"
|
|
name: "matchValues"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RequestMethodMatchConditionParameters withMatchValues(List<String> matchValues)"
|
|
desc: "Set the match value for the condition of the delivery rule."
|
|
returns:
|
|
description: "the RequestMethodMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters?alt=com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters&text=RequestMethodMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.withNegateCondition(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.withNegateCondition(Boolean negateCondition)"
|
|
name: "withNegateCondition(Boolean negateCondition)"
|
|
nameWithType: "RequestMethodMatchConditionParameters.withNegateCondition(Boolean negateCondition)"
|
|
summary: "Set describes if this is negate condition or not."
|
|
parameters:
|
|
- description: "the negateCondition value to set"
|
|
name: "negateCondition"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RequestMethodMatchConditionParameters withNegateCondition(Boolean negateCondition)"
|
|
desc: "Set describes if this is negate condition or not."
|
|
returns:
|
|
description: "the RequestMethodMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters?alt=com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters&text=RequestMethodMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.withOdatatype(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.withOdatatype(String odatatype)"
|
|
name: "withOdatatype(String odatatype)"
|
|
nameWithType: "RequestMethodMatchConditionParameters.withOdatatype(String odatatype)"
|
|
summary: "Set the odatatype value."
|
|
parameters:
|
|
- description: "the odatatype value to set"
|
|
name: "odatatype"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RequestMethodMatchConditionParameters withOdatatype(String odatatype)"
|
|
desc: "Set the odatatype value."
|
|
returns:
|
|
description: "the RequestMethodMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters?alt=com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters&text=RequestMethodMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.withOperator(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters.withOperator(String operator)"
|
|
name: "withOperator(String operator)"
|
|
nameWithType: "RequestMethodMatchConditionParameters.withOperator(String operator)"
|
|
summary: "Set describes operator to be matched."
|
|
parameters:
|
|
- description: "the operator value to set"
|
|
name: "operator"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RequestMethodMatchConditionParameters withOperator(String operator)"
|
|
desc: "Set describes operator to be matched."
|
|
returns:
|
|
description: "the RequestMethodMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters?alt=com.microsoft.azure.management.cdn.RequestMethodMatchConditionParameters&text=RequestMethodMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines the parameters for RequestMethod match conditions."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|