New-AzCdnDeliveryRuleCacheExpirationActionObject
Create an in-memory object for DeliveryRuleCacheExpirationAction.
Syntax
Default (Default)
New-AzCdnDeliveryRuleCacheExpirationActionObject
-ParameterCacheBehavior <String>
-ParameterTypeName <String>
[-ParameterCacheDuration <String>]
[<CommonParameters>]
Description
Create an in-memory object for DeliveryRuleCacheExpirationAction.
Examples
Example 1: Create an in-memory object for AzureCDN DeliveryRuleCacheExpirationAction
New-AzCdnDeliveryRuleCacheExpirationActionObject -Name CacheExpiration -ParameterCacheBehavior SetIfMissing -ParameterCacheDuration 0.01:30:00
Name
----
CacheExpiration
Create an in-memory object for AzureCDN DeliveryRuleCacheExpirationAction
Parameters
-ParameterCacheBehavior
Caching behavior for the requests.
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 |
-ParameterCacheDuration
The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss.
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 DeliveryRuleCacheExpirationAction.
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.