Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
New-AzCdnDeliveryRuleUrlFileExtensionConditionObject
- Module:
- Az.Cdn Module
Create an in-memory object for DeliveryRuleUrlFileExtensionCondition.
Syntax
Default (Default)
New-AzCdnDeliveryRuleUrlFileExtensionConditionObject
-ParameterOperator <String>
-ParameterTypeName <String>
[-ParameterMatchValue <String[]>]
[-ParameterNegateCondition <Boolean>]
[-ParameterTransform <String[]>]
[<CommonParameters>]
Description
Create an in-memory object for DeliveryRuleUrlFileExtensionCondition.
Examples
Example 1: Create an in-memory object for AzureCDN DeliveryRuleUrlFileExtensionCondition
New-AzCdnDeliveryRuleUrlFileExtensionConditionObject -Name UrlFileExtension -ParameterOperator Equal -ParameterMatchValue txt -ParameterNegateCondition $False -ParameterTransform Lowercase
Name
----
UrlFileExtension
Create an in-memory object for AzureCDN DeliveryRuleUrlFileExtensionCondition
Parameters
-ParameterMatchValue
The match value for the condition of the delivery rule.
Parameter properties
| Type: | String[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-ParameterNegateCondition
Describes if this is negate condition or not.
Parameter properties
| Type: | Boolean |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-ParameterOperator
Describes operator to be matched.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-ParameterTransform
List of transforms.
Parameter properties
| Type: | String[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-ParameterTypeName
Create an in-memory object for DeliveryRuleUrlFileExtensionCondition.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | Name |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Outputs
DeliveryRuleUrlFileExtensionCondition
Azure PowerShell
Feedback
Was this page helpful?
