Delen via


EndpointPropertiesUpdateParametersDeliveryPolicy Constructors

Definition

Overloads

EndpointPropertiesUpdateParametersDeliveryPolicy()

Initializes a new instance of the EndpointPropertiesUpdateParametersDeliveryPolicy class.

EndpointPropertiesUpdateParametersDeliveryPolicy(IList<DeliveryRule>, String)

Initializes a new instance of the EndpointPropertiesUpdateParametersDeliveryPolicy class.

EndpointPropertiesUpdateParametersDeliveryPolicy()

Initializes a new instance of the EndpointPropertiesUpdateParametersDeliveryPolicy class.

public EndpointPropertiesUpdateParametersDeliveryPolicy ();
Public Sub New ()

Applies to

EndpointPropertiesUpdateParametersDeliveryPolicy(IList<DeliveryRule>, String)

Initializes a new instance of the EndpointPropertiesUpdateParametersDeliveryPolicy class.

public EndpointPropertiesUpdateParametersDeliveryPolicy (System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.DeliveryRule> rules, string description = default);
new Microsoft.Azure.Management.Cdn.Models.EndpointPropertiesUpdateParametersDeliveryPolicy : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.DeliveryRule> * string -> Microsoft.Azure.Management.Cdn.Models.EndpointPropertiesUpdateParametersDeliveryPolicy
Public Sub New (rules As IList(Of DeliveryRule), Optional description As String = Nothing)

Parameters

rules
IList<DeliveryRule>

A list of the delivery rules.

description
String

User-friendly description of the policy.

Applies to