Uses of Class
com.azure.resourcemanager.cdn.models.EndpointPropertiesUpdateParametersDeliveryPolicy
-
Packages that use EndpointPropertiesUpdateParametersDeliveryPolicy Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of EndpointPropertiesUpdateParametersDeliveryPolicy in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return EndpointPropertiesUpdateParametersDeliveryPolicy Modifier and Type Method Description EndpointPropertiesUpdateParametersDeliveryPolicyEndpointInner. deliveryPolicy()Get the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesUpdateParametersDeliveryPolicyEndpointPropertiesUpdateParameters. deliveryPolicy()Get the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type EndpointPropertiesUpdateParametersDeliveryPolicy Modifier and Type Method Description EndpointInnerEndpointInner. withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesEndpointProperties. withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesUpdateParametersEndpointPropertiesUpdateParameters. withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint. -
Uses of EndpointPropertiesUpdateParametersDeliveryPolicy in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return EndpointPropertiesUpdateParametersDeliveryPolicy Modifier and Type Method Description EndpointPropertiesUpdateParametersDeliveryPolicyEndpointUpdateParameters. deliveryPolicy()Get the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesUpdateParametersDeliveryPolicyEndpointPropertiesUpdateParametersDeliveryPolicy. withDescription(String description)Set the description property: User-friendly description of the policy.EndpointPropertiesUpdateParametersDeliveryPolicyEndpointPropertiesUpdateParametersDeliveryPolicy. withRules(List<DeliveryRule> rules)Set the rules property: A list of the delivery rules.Methods in com.azure.resourcemanager.cdn.models with parameters of type EndpointPropertiesUpdateParametersDeliveryPolicy Modifier and Type Method Description EndpointUpdateParametersEndpointUpdateParameters. withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.
-