다음을 통해 공유


DeliveryRule 생성자

정의

오버로드

DeliveryRule()

DeliveryRule 클래스의 새 instance 초기화합니다.

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

DeliveryRule 클래스의 새 instance 초기화합니다.

DeliveryRule()

DeliveryRule 클래스의 새 instance 초기화합니다.

public DeliveryRule ();
Public Sub New ()

적용 대상

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

DeliveryRule 클래스의 새 instance 초기화합니다.

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)

매개 변수

order
Int32

엔드포인트에 규칙이 적용되는 순서입니다. 가능한 값 {0,1,2,3,.........}. 순서가 작은 규칙이 더 큰 규칙 앞에 적용됩니다. 순서가 0인 규칙은 특수 규칙입니다. 조건이 필요하지 않으며 나열된 작업이 항상 적용됩니다.

actions
IList<DeliveryRuleAction>

규칙의 모든 조건이 충족될 때 실행되는 작업 목록입니다.

conditions
IList<DeliveryRuleCondition>

실행할 작업에 대해 일치해야 하는 조건 목록

적용 대상