New-AzCdnDeliveryRulePostArgsConditionObject
Create an in-memory object for DeliveryRulePostArgsCondition.
Syntax
Default (Default)
New-AzCdnDeliveryRulePostArgsConditionObject
-ParameterOperator <String>
-ParameterTypeName <String>
[-ParameterMatchValue <String[]>]
[-ParameterNegateCondition <Boolean>]
[-ParameterSelector <String>]
[-ParameterTransform <String[]>]
[<CommonParameters>]
Description
Create an in-memory object for DeliveryRulePostArgsCondition.
Examples
Example 1: Create an in-memory object for AzureCDN DeliveryRulePostArgsCondition
New-AzCdnDeliveryRulePostArgsConditionObject -Name PostArgs -ParameterOperator Equal -ParameterMatchValue test -ParameterNegateCondition $False -ParameterSelector test -ParameterTransform Lowercase
Name
----
PostArgs
Create an in-memory object for AzureCDN DeliveryRulePostArgsCondition
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
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ParameterNegateCondition
Describes if this is negate condition or not.
Parameter properties
Type: | Boolean |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ParameterOperator
Describes operator to be matched.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ParameterSelector
Name of PostArg to be matched.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ParameterTransform
List of transforms.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ParameterTypeName
Create an in-memory object for DeliveryRulePostArgsCondition.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | Name |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
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.