DeliveryRulePostArgsCondition 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
DeliveryRulePostArgsCondition() |
Initializes a new instance of the DeliveryRulePostArgsCondition class. |
DeliveryRulePostArgsCondition(PostArgsMatchConditionParameters) |
Initializes a new instance of the DeliveryRulePostArgsCondition class. |
DeliveryRulePostArgsCondition()
Initializes a new instance of the DeliveryRulePostArgsCondition class.
public DeliveryRulePostArgsCondition ();
Public Sub New ()
Applies to
DeliveryRulePostArgsCondition(PostArgsMatchConditionParameters)
Initializes a new instance of the DeliveryRulePostArgsCondition class.
public DeliveryRulePostArgsCondition (Microsoft.Azure.Management.Cdn.Models.PostArgsMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRulePostArgsCondition : Microsoft.Azure.Management.Cdn.Models.PostArgsMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRulePostArgsCondition
Public Sub New (parameters As PostArgsMatchConditionParameters)
Parameters
- parameters
- PostArgsMatchConditionParameters
Defines the parameters for the condition.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET