This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
A long-running resource action.
Uses Azure REST API version 2025-09-01-preview.
Other available API versions: 2024-07-22-preview, 2025-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cdn [ApiVersion]. See the version guide for details.
Using getEdgeActionVersionCode
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEdgeActionVersionCode(args: GetEdgeActionVersionCodeArgs, opts?: InvokeOptions): Promise<GetEdgeActionVersionCodeResult>
function getEdgeActionVersionCodeOutput(args: GetEdgeActionVersionCodeOutputArgs, opts?: InvokeOptions): Output<GetEdgeActionVersionCodeResult>def get_edge_action_version_code(edge_action_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEdgeActionVersionCodeResult
def get_edge_action_version_code_output(edge_action_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEdgeActionVersionCodeResult]func GetEdgeActionVersionCode(ctx *Context, args *GetEdgeActionVersionCodeArgs, opts ...InvokeOption) (*GetEdgeActionVersionCodeResult, error)
func GetEdgeActionVersionCodeOutput(ctx *Context, args *GetEdgeActionVersionCodeOutputArgs, opts ...InvokeOption) GetEdgeActionVersionCodeResultOutput> Note: This function is named GetEdgeActionVersionCode in the Go SDK.
public static class GetEdgeActionVersionCode
{
public static Task<GetEdgeActionVersionCodeResult> InvokeAsync(GetEdgeActionVersionCodeArgs args, InvokeOptions? opts = null)
public static Output<GetEdgeActionVersionCodeResult> Invoke(GetEdgeActionVersionCodeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEdgeActionVersionCodeResult> getEdgeActionVersionCode(GetEdgeActionVersionCodeArgs args, InvokeOptions options)
public static Output<GetEdgeActionVersionCodeResult> getEdgeActionVersionCode(GetEdgeActionVersionCodeArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:cdn:getEdgeActionVersionCode
arguments:
# arguments dictionaryThe following arguments are supported:
- Edge
Action stringName - The name of the Edge Action
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Version string
- The name of the Edge Action version
- Edge
Action stringName - The name of the Edge Action
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Version string
- The name of the Edge Action version
- edge
Action StringName - The name of the Edge Action
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- version String
- The name of the Edge Action version
- edge
Action stringName - The name of the Edge Action
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- version string
- The name of the Edge Action version
- edge_
action_ strname - The name of the Edge Action
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- version str
- The name of the Edge Action version
- edge
Action StringName - The name of the Edge Action
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- version String
- The name of the Edge Action version
getEdgeActionVersionCode Result
The following output properties are available:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
