Sdílet prostřednictvím


DeliveryRule Konstruktory

Definice

Přetížení

DeliveryRule()

Inicializuje novou instanci DeliveryRule třídy.

DeliveryRule(Int32, IList<DeliveryRuleAction>, IList<DeliveryRuleCondition>)

Inicializuje novou instanci DeliveryRule třídy.

DeliveryRule()

Inicializuje novou instanci DeliveryRule třídy.

public DeliveryRule ();
Public Sub New ()

Platí pro

DeliveryRule(Int32, IList<DeliveryRuleAction>, IList<DeliveryRuleCondition>)

Inicializuje novou instanci DeliveryRule třídy.

public DeliveryRule (int order, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRuleAction> actions, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRuleCondition> conditions = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRule : int * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRuleAction> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRuleCondition> -> Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRule
Public Sub New (order As Integer, actions As IList(Of DeliveryRuleAction), Optional conditions As IList(Of DeliveryRuleCondition) = Nothing)

Parametry

order
Int32

Pořadí, ve kterém se pravidla pro koncový bod použijí. Možné hodnoty {0;1;2;3,.........}. Pravidlo s nižším pořadím bude použito před pravidlem s vyšším pořadím. Pravidlo s pořadím 0 je speciální pravidlo. Nevyžaduje žádnou podmínku a akce uvedené v něm budou vždy použity.

actions
IList<DeliveryRuleAction>

Seznam akcí, které se spustí, když jsou splněny všechny podmínky pravidla.

conditions
IList<DeliveryRuleCondition>

Seznam podmínek, které se musí shodovat, aby se akce provedly

Platí pro