EndpointPropertiesUpdateParametersDeliveryPolicy Constructors
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.
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.Fluent.Models.DeliveryRule> rules, string description = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.EndpointPropertiesUpdateParametersDeliveryPolicy : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRule> * string -> Microsoft.Azure.Management.Cdn.Fluent.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
Azure SDK for .NET