84 строки
6.8 KiB
YAML
84 строки
6.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy"
|
|
fullName: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy"
|
|
name: "EndpointPropertiesUpdateParametersDeliveryPolicy"
|
|
nameWithType: "EndpointPropertiesUpdateParametersDeliveryPolicy"
|
|
summary: "A policy that specifies the delivery rules to be used for an endpoint."
|
|
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 **EndpointPropertiesUpdateParametersDeliveryPolicy**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.EndpointPropertiesUpdateParametersDeliveryPolicy()"
|
|
fullName: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.EndpointPropertiesUpdateParametersDeliveryPolicy()"
|
|
name: "EndpointPropertiesUpdateParametersDeliveryPolicy()"
|
|
nameWithType: "EndpointPropertiesUpdateParametersDeliveryPolicy.EndpointPropertiesUpdateParametersDeliveryPolicy()"
|
|
syntax: "public EndpointPropertiesUpdateParametersDeliveryPolicy()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.description()"
|
|
fullName: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.description()"
|
|
name: "description()"
|
|
nameWithType: "EndpointPropertiesUpdateParametersDeliveryPolicy.description()"
|
|
summary: "Get user-friendly description of the policy."
|
|
syntax: "public String description()"
|
|
desc: "Get user-friendly description of the policy."
|
|
returns:
|
|
description: "the description 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.EndpointPropertiesUpdateParametersDeliveryPolicy.rules()"
|
|
fullName: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.rules()"
|
|
name: "rules()"
|
|
nameWithType: "EndpointPropertiesUpdateParametersDeliveryPolicy.rules()"
|
|
summary: "Get a list of the delivery rules."
|
|
syntax: "public List<DeliveryRule> rules()"
|
|
desc: "Get a list of the delivery rules."
|
|
returns:
|
|
description: "the rules value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.DeliveryRule?alt=com.microsoft.azure.management.cdn.DeliveryRule&text=DeliveryRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.withDescription(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "EndpointPropertiesUpdateParametersDeliveryPolicy.withDescription(String description)"
|
|
summary: "Set user-friendly description of the policy."
|
|
parameters:
|
|
- description: "the description value to set"
|
|
name: "description"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EndpointPropertiesUpdateParametersDeliveryPolicy withDescription(String description)"
|
|
desc: "Set user-friendly description of the policy."
|
|
returns:
|
|
description: "the EndpointPropertiesUpdateParametersDeliveryPolicy object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy?alt=com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy&text=EndpointPropertiesUpdateParametersDeliveryPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.withRules(java.util.List<com.microsoft.azure.management.cdn.DeliveryRule>)"
|
|
fullName: "com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy.withRules(List<DeliveryRule> rules)"
|
|
name: "withRules(List<DeliveryRule> rules)"
|
|
nameWithType: "EndpointPropertiesUpdateParametersDeliveryPolicy.withRules(List<DeliveryRule> rules)"
|
|
summary: "Set a list of the delivery rules."
|
|
parameters:
|
|
- description: "the rules value to set"
|
|
name: "rules"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.DeliveryRule?alt=com.microsoft.azure.management.cdn.DeliveryRule&text=DeliveryRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public EndpointPropertiesUpdateParametersDeliveryPolicy withRules(List<DeliveryRule> rules)"
|
|
desc: "Set a list of the delivery rules."
|
|
returns:
|
|
description: "the EndpointPropertiesUpdateParametersDeliveryPolicy object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy?alt=com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy&text=EndpointPropertiesUpdateParametersDeliveryPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A policy that specifies the delivery rules to be used for an endpoint."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|