DeliveryRuleUrlFileNameCondition 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
DeliveryRuleUrlFileNameCondition() |
Initializes a new instance of the DeliveryRuleUrlFileNameCondition class. |
DeliveryRuleUrlFileNameCondition(UrlFileNameMatchConditionParameters) |
Initializes a new instance of the DeliveryRuleUrlFileNameCondition class. |
DeliveryRuleUrlFileNameCondition()
Initializes a new instance of the DeliveryRuleUrlFileNameCondition class.
public DeliveryRuleUrlFileNameCondition();
Public Sub New ()
Applies to
DeliveryRuleUrlFileNameCondition(UrlFileNameMatchConditionParameters)
Initializes a new instance of the DeliveryRuleUrlFileNameCondition class.
public DeliveryRuleUrlFileNameCondition(Microsoft.Azure.Management.Cdn.Models.UrlFileNameMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRuleUrlFileNameCondition : Microsoft.Azure.Management.Cdn.Models.UrlFileNameMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRuleUrlFileNameCondition
Public Sub New (parameters As UrlFileNameMatchConditionParameters)
Parameters
- parameters
- UrlFileNameMatchConditionParameters
Defines the parameters for the condition.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET