Get-AzCdnEdgeActionVersion
Get EdgeActionVersion resource
Syntax
List (Default)
Get-AzCdnEdgeActionVersion
-EdgeActionName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get
Get-AzCdnEdgeActionVersion
-EdgeActionName <String>
-ResourceGroupName <String>
-Version <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get EdgeActionVersion resource
Examples
Example 1: List all Edge Action Versions
Get-AzCdnEdgeActionVersion -ResourceGroupName "testps-rg-da16jm" -EdgeActionName "edgeaction001"
Name : v1
Id : /subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/testps-rg-da16jm/providers/Microsoft.Cdn/edgeActions/edgeaction001/versions/v1
Type : Microsoft.Cdn/edgeActions/versions
Location : global
ResourceGroupName : testps-rg-da16jm
DeploymentType : zip
IsDefaultVersion : True
ProvisioningState : Succeeded
ValidationStatus : Succeeded
LastPackageUpdateTime : 10/27/2025 10:30:45 AM
Name : v2
Id : /subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/testps-rg-da16jm/providers/Microsoft.Cdn/edgeActions/edgeaction001/versions/v2
Type : Microsoft.Cdn/edgeActions/versions
Location : global
ResourceGroupName : testps-rg-da16jm
DeploymentType : zip
IsDefaultVersion : False
ProvisioningState : Succeeded
ValidationStatus : Succeeded
LastPackageUpdateTime : 10/27/2025 11:15:30 AM
List all versions of the specified Edge Action
Example 2: Get a specific Edge Action Version by name
Get-AzCdnEdgeActionVersion -ResourceGroupName "testps-rg-da16jm" -EdgeActionName "edgeaction001" -Version "v1"
Name : v1
Id : /subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/testps-rg-da16jm/providers/Microsoft.Cdn/edgeActions/edgeaction001/versions/v1
Type : Microsoft.Cdn/edgeActions/versions
Location : global
ResourceGroupName : testps-rg-da16jm
DeploymentType : zip
IsDefaultVersion : True
ProvisioningState : Succeeded
ValidationStatus : Succeeded
LastPackageUpdateTime : 10/27/2025 10:30:45 AM
Get a specific Edge Action Version by name
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Parameter properties
| Type: | PSObject |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | AzureRMContext, AzureCredential |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-EdgeActionName
The name of the Edge Action
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 |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
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 |
-SubscriptionId
The ID of the target subscription. The value must be an UUID.
Parameter properties
| Type: | String[] |
| Default value: | (Get-AzContext).Subscription.Id |
| 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 |
-Version
The name of the Edge Action version
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
Get
| 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.