59 строки
3.6 KiB
YAML
59 строки
3.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction"
|
|
fullName: "com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction"
|
|
name: "DeliveryRuleResponseHeaderAction"
|
|
nameWithType: "DeliveryRuleResponseHeaderAction"
|
|
summary: "Defines the response header action for the delivery rule."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.DeliveryRuleAction?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class DeliveryRuleResponseHeaderAction extends DeliveryRuleAction"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction.DeliveryRuleResponseHeaderAction()"
|
|
fullName: "com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction.DeliveryRuleResponseHeaderAction()"
|
|
name: "DeliveryRuleResponseHeaderAction()"
|
|
nameWithType: "DeliveryRuleResponseHeaderAction.DeliveryRuleResponseHeaderAction()"
|
|
syntax: "public DeliveryRuleResponseHeaderAction()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction.parameters()"
|
|
fullName: "com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction.parameters()"
|
|
name: "parameters()"
|
|
nameWithType: "DeliveryRuleResponseHeaderAction.parameters()"
|
|
summary: "Get defines the parameters for the action."
|
|
syntax: "public HeaderActionParameters parameters()"
|
|
desc: "Get defines the parameters for the action."
|
|
returns:
|
|
description: "the parameters value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.HeaderActionParameters?alt=com.microsoft.azure.management.cdn.HeaderActionParameters&text=HeaderActionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction.withParameters(com.microsoft.azure.management.cdn.HeaderActionParameters)"
|
|
fullName: "com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction.withParameters(HeaderActionParameters parameters)"
|
|
name: "withParameters(HeaderActionParameters parameters)"
|
|
nameWithType: "DeliveryRuleResponseHeaderAction.withParameters(HeaderActionParameters parameters)"
|
|
summary: "Set defines the parameters for the action."
|
|
parameters:
|
|
- description: "the parameters value to set"
|
|
name: "parameters"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.HeaderActionParameters?alt=com.microsoft.azure.management.cdn.HeaderActionParameters&text=HeaderActionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DeliveryRuleResponseHeaderAction withParameters(HeaderActionParameters parameters)"
|
|
desc: "Set defines the parameters for the action."
|
|
returns:
|
|
description: "the DeliveryRuleResponseHeaderAction object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction?alt=com.microsoft.azure.management.cdn.DeliveryRuleResponseHeaderAction&text=DeliveryRuleResponseHeaderAction\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines the response header action for the delivery rule."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|