Microsoft.Cdn (preview:2024-07-22)

2025/03/13 • 20 new methods

EdgeActions_ListBySubscription (new)
Description List EdgeAction resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Cdn/edgeActions
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
attachments:
[
{
id: string ,
attachedResourceId: string ,
}
,
]
,
}
,
sku:
{
name: string ,
tier: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActions_ListByResourceGroup (new)
Description List EdgeAction resources by resource group
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
attachments:
[
{
id: string ,
attachedResourceId: string ,
}
,
]
,
}
,
sku:
{
name: string ,
tier: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActions_Get (new)
Description Get EdgeAction resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
attachments:
[
{
id: string ,
attachedResourceId: string ,
}
,
]
,
}
,
sku:
{
name: string ,
tier: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActions_Create (new)
Description Create EdgeAction resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
resource:
{
properties:
{
provisioningState: enum ,
attachments:
[
{
id: string ,
attachedResourceId: string ,
}
,
]
,
}
,
sku:
{
name: string ,
tier: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
attachments:
[
{
id: string ,
attachedResourceId: string ,
}
,
]
,
}
,
sku:
{
name: string ,
tier: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
attachments:
[
{
id: string ,
attachedResourceId: string ,
}
,
]
,
}
,
sku:
{
name: string ,
tier: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActions_Update (new)
Description Update EdgeAction resource
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
properties:
{
sku:
{
name: string ,
tier: string ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
attachments:
[
{
id: string ,
attachedResourceId: string ,
}
,
]
,
}
,
sku:
{
name: string ,
tier: string ,
}
,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActions_Delete (new)
Description Delete EdgeAction resource
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActions_AddAttachment (new)
Description A long-running operation for adding an EdgeAction attachment.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/addAttachment
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
body:
{
id: string ,
attachedResourceId: string ,
}
,
}

⚐ Response (200)

{
edgeActionId: string ,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActions_DeleteAttachment (new)
Description A long-running operation for deleting an EdgeAction attachment that returns no content.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/deleteAttachment
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
body:
{
id: string ,
attachedResourceId: string ,
}
,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionExecutionFilters_ListByEdgeAction (new)
Description List EdgeActionExecutionFilter resources by EdgeAction
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/executionFilters
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
versionId: string ,
lastUpdateTime: string ,
executionFilterIdentifierHeaderName: string ,
executionFilterIdentifierHeaderValue: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionExecutionFilters_Get (new)
Description Get EdgeActionExecutionFilter resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/executionFilters/{executionFilter}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
executionFilter: string ,
}

⚐ Response (200)

{
properties:
{
versionId: string ,
lastUpdateTime: string ,
executionFilterIdentifierHeaderName: string ,
executionFilterIdentifierHeaderValue: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionExecutionFilters_Create (new)
Description Create EdgeActionExecutionFilter resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/executionFilters/{executionFilter}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
executionFilter: string ,
resource:
{
properties:
{
versionId: string ,
lastUpdateTime: string ,
executionFilterIdentifierHeaderName: string ,
executionFilterIdentifierHeaderValue: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
versionId: string ,
lastUpdateTime: string ,
executionFilterIdentifierHeaderName: string ,
executionFilterIdentifierHeaderValue: string ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
versionId: string ,
lastUpdateTime: string ,
executionFilterIdentifierHeaderName: string ,
executionFilterIdentifierHeaderValue: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionExecutionFilters_Update (new)
Description Update EdgeActionExecutionFilter resource
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/executionFilters/{executionFilter}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
executionFilter: string ,
properties:
{
tags: object ,
properties:
{
versionId: string ,
executionFilterIdentifierHeaderName: string ,
executionFilterIdentifierHeaderValue: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
versionId: string ,
lastUpdateTime: string ,
executionFilterIdentifierHeaderName: string ,
executionFilterIdentifierHeaderValue: string ,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionExecutionFilters_Delete (new)
Description Delete EdgeActionExecutionFilter resource
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/executionFilters/{executionFilter}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
executionFilter: string ,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionVersions_ListByEdgeAction (new)
Description List EdgeActionVersion resources by EdgeAction
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/versions
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
deploymentType: enum ,
validationStatus: enum ,
provisioningState: enum ,
isDefaultVersion: enum ,
lastPackageUpdateTime: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionVersions_Get (new)
Description Get EdgeActionVersion resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/versions/{version}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
version: string ,
}

⚐ Response (200)

{
properties:
{
deploymentType: enum ,
validationStatus: enum ,
provisioningState: enum ,
isDefaultVersion: enum ,
lastPackageUpdateTime: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionVersions_Create (new)
Description Create EdgeActionVersion version
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/versions/{version}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
version: string ,
resource:
{
properties:
{
deploymentType: enum ,
validationStatus: enum ,
provisioningState: enum ,
isDefaultVersion: enum ,
lastPackageUpdateTime: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
deploymentType: enum ,
validationStatus: enum ,
provisioningState: enum ,
isDefaultVersion: enum ,
lastPackageUpdateTime: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
deploymentType: enum ,
validationStatus: enum ,
provisioningState: enum ,
isDefaultVersion: enum ,
lastPackageUpdateTime: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionVersions_Update (new)
Description Update EdgeActionVersion resource
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/versions/{version}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
version: string ,
properties:
{
tags: object ,
properties:
{
deploymentType: enum ,
isDefaultVersion: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
deploymentType: enum ,
validationStatus: enum ,
provisioningState: enum ,
isDefaultVersion: enum ,
lastPackageUpdateTime: string ,
}
,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionVersions_Delete (new)
Description Delete EdgeActionVersion resource
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/versions/{version}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
version: string ,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionVersions_DeployVersionCode (new)
Description A long-running operation to deploy versioncode to EdgeActionVersion resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/versions/{version}/deployVersionCode
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
version: string ,
body:
{
content: string ,
name: string ,
}
,
}

⚐ Response (200)

{
deploymentType: enum ,
validationStatus: enum ,
provisioningState: enum ,
isDefaultVersion: enum ,
lastPackageUpdateTime: string ,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EdgeActionVersions_GetVersionCode (new)
Description A long-running operation to get versioncode deployed to EdgeActionVersion resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/versions/{version}/getVersionCode
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
edgeActionName: string ,
version: string ,
body: object ,
}

⚐ Response (200)

{
content: string ,
name: string ,
}

⚐ Response (202)

{
retry-after: integer ,
location: string ,
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}