DeliveryRuleUrlPathCondition 생성자

정의

오버로드

DeliveryRuleUrlPathCondition()

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

DeliveryRuleUrlPathCondition(UrlPathConditionParameters)

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

DeliveryRuleUrlPathCondition()

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

public DeliveryRuleUrlPathCondition ();
Public Sub New ()

적용 대상

DeliveryRuleUrlPathCondition(UrlPathConditionParameters)

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

public DeliveryRuleUrlPathCondition (Microsoft.Azure.Management.Cdn.Fluent.Models.UrlPathConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRuleUrlPathCondition : Microsoft.Azure.Management.Cdn.Fluent.Models.UrlPathConditionParameters -> Microsoft.Azure.Management.Cdn.Fluent.Models.DeliveryRuleUrlPathCondition
Public Sub New (parameters As UrlPathConditionParameters)

매개 변수

parameters
UrlPathConditionParameters

조건에 대한 매개 변수를 정의합니다.

적용 대상