Uses of Class
com.azure.resourcemanager.cdn.models.EndpointPropertiesUpdateParametersDeliveryPolicy
Packages that use EndpointPropertiesUpdateParametersDeliveryPolicy
Package
Description
Package containing the inner data models for CdnManagementClient.
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 EndpointPropertiesUpdateParametersDeliveryPolicyModifier and TypeMethodDescriptionEndpointInner.deliveryPolicy()Get the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesUpdateParameters.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 EndpointPropertiesUpdateParametersDeliveryPolicyModifier and TypeMethodDescriptionEndpointInner.withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy) Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointProperties.withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy) Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesUpdateParameters.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
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type EndpointPropertiesUpdateParametersDeliveryPolicyModifier and TypeClassDescriptionfinal classA policy that specifies the delivery rules to be used for an endpoint.Methods in com.azure.resourcemanager.cdn.models that return EndpointPropertiesUpdateParametersDeliveryPolicyModifier and TypeMethodDescriptionEndpointUpdateParameters.deliveryPolicy()Get the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesUpdateParametersDeliveryPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointPropertiesUpdateParametersDeliveryPolicy from the JsonReader.EndpointPropertiesUpdateParametersDeliveryPolicy.withDescription(String description) Set the description property: User-friendly description of the policy.EndpointPropertiesUpdateParametersDeliveryPolicy.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 EndpointPropertiesUpdateParametersDeliveryPolicyModifier and TypeMethodDescriptionEndpointUpdateParameters.withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy) Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.