ArmCdnModelFactory.EndpointDeliveryPolicy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A policy that specifies the delivery rules to be used for an endpoint.
public static Azure.ResourceManager.Cdn.Models.EndpointDeliveryPolicy EndpointDeliveryPolicy(string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.DeliveryRule> rules = default);
static member EndpointDeliveryPolicy : string * seq<Azure.ResourceManager.Cdn.Models.DeliveryRule> -> Azure.ResourceManager.Cdn.Models.EndpointDeliveryPolicy
Public Shared Function EndpointDeliveryPolicy (Optional description As String = Nothing, Optional rules As IEnumerable(Of DeliveryRule) = Nothing) As EndpointDeliveryPolicy
Parameters
- description
- String
User-friendly description of the policy.
- rules
- IEnumerable<DeliveryRule>
A list of the delivery rules.
Returns
A new EndpointDeliveryPolicy instance for mocking.