Microsoft.Cdn (stable:2025-04-15)

2025/04/10 • 51 updated methods

AFDProfiles_ListResourceUsage (updated)
Description Checks the quota and actual usage of endpoints under the given Azure Front Door profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDProfiles_ListResourceUsage",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/usages
{
resourceGroupName: string ,
profileName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
unit: enum ,
currentValue: integer ,
limit: integer ,
name:
{
value: string ,
localizedValue: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDProfiles_CheckHostNameAvailability (updated)
Description Validates the custom domain mapping to ensure it maps to the correct Azure Front Door endpoint in DNS.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDProfiles_CheckHostNameAvailability",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/checkHostNameAvailability
{
resourceGroupName: string ,
profileName: string ,
checkHostNameAvailabilityInput:
{
hostName: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: string ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDCustomDomains_ListByProfile (updated)
Description Lists existing AzureFrontDoor domains.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDCustomDomains_ListByProfile",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
domainValidationState: enum ,
hostName: string ,
extendedProperties: object ,
validationProperties:
{
validationToken: string ,
expirationDate: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDCustomDomains_Get (updated)
Description Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDCustomDomains_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
{
resourceGroupName: string ,
profileName: string ,
customDomainName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
domainValidationState: enum ,
hostName: string ,
extendedProperties: object ,
validationProperties:
{
validationToken: string ,
expirationDate: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDCustomDomains_Create (updated)
Description Creates a new domain within the specified profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDCustomDomains_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
{
resourceGroupName: string ,
profileName: string ,
customDomainName: string ,
customDomain:
{
properties:
{
domainValidationState: enum ,
hostName: string ,
extendedProperties: object ,
validationProperties:
{
validationToken: string ,
expirationDate: string ,
}
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
domainValidationState: enum ,
hostName: string ,
extendedProperties: object ,
validationProperties:
{
validationToken: string ,
expirationDate: string ,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties:
{
domainValidationState: enum ,
hostName: string ,
extendedProperties: object ,
validationProperties:
{
validationToken: string ,
expirationDate: string ,
}
,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
domainValidationState: enum ,
hostName: string ,
extendedProperties: object ,
validationProperties:
{
validationToken: string ,
expirationDate: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDCustomDomains_Update (updated)
Description Updates an existing domain within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDCustomDomains_Update",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
{
resourceGroupName: string ,
profileName: string ,
customDomainName: string ,
customDomainUpdateProperties:
{
properties:
{
profileName: string ,
tlsSettings:
{
certificateType: enum ,
cipherSuiteSetType: enum ,
minimumTlsVersion: enum ,
customizedCipherSuiteSet:
{
cipherSuiteSetForTls12:
[
string ,
]
,
cipherSuiteSetForTls13:
[
string ,
]
,
}
,
secret:
{
id: string ,
}
,
}
,
azureDnsZone:
{
id: string ,
}
,
preValidatedCustomDomainResourceId:
{
id: string ,
}
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
domainValidationState: enum ,
hostName: string ,
extendedProperties: object ,
validationProperties:
{
validationToken: string ,
expirationDate: string ,
}
,
}
,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties:
{
domainValidationState: enum ,
hostName: string ,
extendedProperties: object ,
validationProperties:
{
validationToken: string ,
expirationDate: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDCustomDomains_Delete (updated)
Description Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDCustomDomains_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
{
resourceGroupName: string ,
profileName: string ,
customDomainName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDCustomDomains_RefreshValidationToken (updated)
Description Updates the domain validation token.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDCustomDomains_RefreshValidationToken",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}/refreshValidationToken
{
resourceGroupName: string ,
profileName: string ,
customDomainName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDEndpoints_ListByProfile (updated)
Description Lists existing AzureFrontDoor endpoints.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDEndpoints_ListByProfile",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
hostName: string ,
autoGeneratedDomainNameLabelScope: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDEndpoints_Get (updated)
Description Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDEndpoints_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
hostName: string ,
autoGeneratedDomainNameLabelScope: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDEndpoints_Create (updated)
Description Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDEndpoints_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
endpoint:
{
properties:
{
hostName: string ,
autoGeneratedDomainNameLabelScope: enum ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
hostName: string ,
autoGeneratedDomainNameLabelScope: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
hostName: string ,
autoGeneratedDomainNameLabelScope: enum ,
}
,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties:
{
hostName: string ,
autoGeneratedDomainNameLabelScope: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDEndpoints_Update (updated)
Description Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update domains, use the Update Custom Domain operation.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDEndpoints_Update",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
endpointUpdateProperties:
{
tags: object ,
properties:
{
profileName: string ,
enabledState: enum ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
hostName: string ,
autoGeneratedDomainNameLabelScope: enum ,
}
,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties:
{
hostName: string ,
autoGeneratedDomainNameLabelScope: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDEndpoints_Delete (updated)
Description Deletes an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDEndpoints_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDEndpoints_PurgeContent (updated)
Description Removes a content from AzureFrontDoor.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDEndpoints_PurgeContent",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/purge
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
contents:
{
contentPaths:
[
string ,
]
,
domains:
[
string ,
]
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDEndpoints_ListResourceUsage (updated)
Description Checks the quota and actual usage of endpoints under the given Azure Front Door profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDEndpoints_ListResourceUsage",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/usages
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
unit: enum ,
currentValue: integer ,
limit: integer ,
name:
{
value: string ,
localizedValue: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDEndpoints_ValidateCustomDomain (updated)
Description Validates the custom domain mapping to ensure it maps to the correct Azure Front Door endpoint in DNS.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDEndpoints_ValidateCustomDomain",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/validateCustomDomain
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
customDomainProperties:
{
hostName: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
customDomainValidated: boolean ,
reason: string ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOriginGroups_ListByProfile (updated)
Description Lists all of the existing origin groups within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOriginGroups_ListByProfile",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties: object ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOriginGroups_Get (updated)
Description Gets an existing origin group within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOriginGroups_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOriginGroups_Create (updated)
Description Creates a new origin group within the specified profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOriginGroups_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
originGroup:
{
properties: object ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
}

⚐ Response (201)

{
properties: object ,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOriginGroups_Update (updated)
Description Updates an existing origin group within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOriginGroups_Update",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
originGroupUpdateProperties:
{
properties:
{
profileName: string ,
loadBalancingSettings:
{
sampleSize: integer ,
successfulSamplesRequired: integer ,
additionalLatencyInMilliseconds: integer ,
}
,
healthProbeSettings:
{
probePath: string ,
probeRequestType: enum ,
probeProtocol: enum ,
probeIntervalInSeconds: integer ,
}
,
trafficRestorationTimeToHealedOrNewEndpointsInMinutes: integer ,
sessionAffinityState: enum ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOriginGroups_Delete (updated)
Description Deletes an existing origin group within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOriginGroups_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOriginGroups_ListResourceUsage (updated)
Description Checks the quota and actual usage of endpoints under the given Azure Front Door profile..
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOriginGroups_ListResourceUsage",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}/usages
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
unit: enum ,
currentValue: integer ,
limit: integer ,
name:
{
value: string ,
localizedValue: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOrigins_ListByOriginGroup (updated)
Description Lists all of the existing origins within an origin group.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOrigins_ListByOriginGroup",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}/origins
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOrigins_Get (updated)
Description Gets an existing origin within an origin group.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOrigins_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}/origins/{originName}
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
originName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOrigins_Create (updated)
Description Creates a new origin within the specified origin group.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOrigins_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}/origins/{originName}
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
originName: string ,
origin:
{
properties: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOrigins_Update (updated)
Description Updates an existing origin within an origin group.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOrigins_Update",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}/origins/{originName}
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
originName: string ,
originUpdateProperties:
{
properties:
{
originGroupName: string ,
azureOrigin:
{
id: string ,
}
,
hostName: string ,
httpPort: integer ,
httpsPort: integer ,
originHostHeader: string ,
priority: integer ,
weight: integer ,
sharedPrivateLinkResource:
{
privateLink:
{
id: string ,
}
,
privateLinkLocation: string ,
groupId: string ,
requestMessage: string ,
status: enum ,
}
,
enabledState: enum ,
enforceCertificateNameCheck: boolean ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AFDOrigins_Delete (updated)
Description Deletes an existing origin within an origin group.
Reference Link ¶

⚶ Changes

{
  "#id": "AFDOrigins_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}/origins/{originName}
{
resourceGroupName: string ,
profileName: string ,
originGroupName: string ,
originName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Routes_ListByEndpoint (updated)
Description Lists all of the existing origins within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "Routes_ListByEndpoint",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Routes_Get (updated)
Description Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
Reference Link ¶

⚶ Changes

{
  "#id": "Routes_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
routeName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Routes_Create (updated)
Description Creates a new route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
Reference Link ¶

⚶ Changes

{
  "#id": "Routes_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
routeName: string ,
route:
{
properties: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (201)

{
properties: string ,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Routes_Update (updated)
Description Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
Reference Link ¶

⚶ Changes

{
  "#id": "Routes_Update",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
routeName: string ,
routeUpdateProperties:
{
properties:
{
endpointName: string ,
customDomains:
[
{
id: string ,
isActive: boolean ,
}
,
]
,
originGroup:
{
id: string ,
}
,
originPath: string ,
ruleSets:
[
{
id: string ,
}
,
]
,
supportedProtocols:
[
string ,
]
,
patternsToMatch:
[
string ,
]
,
cacheConfiguration:
{
queryStringCachingBehavior: enum ,
queryParameters: string ,
compressionSettings:
{
contentTypesToCompress:
[
string ,
]
,
isCompressionEnabled: boolean ,
}
,
}
,
forwardingProtocol: enum ,
linkToDefaultDomain: enum ,
httpsRedirect: enum ,
enabledState: enum ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: string ,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Routes_Delete (updated)
Description Deletes an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
Reference Link ¶

⚶ Changes

{
  "#id": "Routes_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
{
resourceGroupName: string ,
profileName: string ,
endpointName: string ,
routeName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RuleSets_ListByProfile (updated)
Description Lists existing AzureFrontDoor rule sets within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "RuleSets_ListByProfile",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
profileName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RuleSets_Get (updated)
Description Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.
Reference Link ¶

⚶ Changes

{
  "#id": "RuleSets_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
profileName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RuleSets_Create (updated)
Description Creates a new rule set within the specified profile.
Reference Link ¶

⚶ Changes

{
  "#id": "RuleSets_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
profileName: string ,
}
,
}

⚐ Response (201)

{
properties:
{
profileName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RuleSets_Delete (updated)
Description Deletes an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.
Reference Link ¶

⚶ Changes

{
  "#id": "RuleSets_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RuleSets_ListResourceUsage (updated)
Description Checks the quota and actual usage of endpoints under the given Azure Front Door profile..
Reference Link ¶

⚶ Changes

{
  "#id": "RuleSets_ListResourceUsage",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}/usages
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
unit: enum ,
currentValue: integer ,
limit: integer ,
name:
{
value: string ,
localizedValue: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Rules_ListByRuleSet (updated)
Description Lists all of the existing delivery rules within a rule set.
Reference Link ¶

⚶ Changes

{
  "#id": "Rules_ListByRuleSet",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}/rules
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties: object ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Rules_Get (updated)
Description Gets an existing delivery rule within a rule set.
Reference Link ¶

⚶ Changes

{
  "#id": "Rules_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}/rules/{ruleName}
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
ruleName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Rules_Create (updated)
Description Creates a new delivery rule within the specified rule set.
Reference Link ¶

⚶ Changes

{
  "#id": "Rules_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}/rules/{ruleName}
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
ruleName: string ,
rule:
{
properties: object ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
}

⚐ Response (201)

{
properties: object ,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Rules_Update (updated)
Description Updates an existing delivery rule within a rule set.
Reference Link ¶

⚶ Changes

{
  "#id": "Rules_Update",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}/rules/{ruleName}
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
ruleName: string ,
ruleUpdateProperties:
{
properties:
{
ruleSetName: string ,
order: integer ,
conditions:
[
{
name: enum ,
}
,
]
,
actions:
[
{
name: enum ,
}
,
]
,
matchProcessingBehavior: enum ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Rules_Delete (updated)
Description Deletes an existing delivery rule within a rule set.
Reference Link ¶

⚶ Changes

{
  "#id": "Rules_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/ruleSets/{ruleSetName}/rules/{ruleName}
{
resourceGroupName: string ,
profileName: string ,
ruleSetName: string ,
ruleName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SecurityPolicies_ListByProfile (updated)
Description Lists security policies associated with the profile
Reference Link ¶

⚶ Changes

{
  "#id": "SecurityPolicies_ListByProfile",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SecurityPolicies_Get (updated)
Description Gets an existing security policy within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "SecurityPolicies_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/securityPolicies/{securityPolicyName}
{
resourceGroupName: string ,
profileName: string ,
securityPolicyName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SecurityPolicies_Create (updated)
Description Creates a new security policy within the specified profile.
Reference Link ¶

⚶ Changes

{
  "#id": "SecurityPolicies_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/securityPolicies/{securityPolicyName}
{
resourceGroupName: string ,
profileName: string ,
securityPolicyName: string ,
securityPolicy:
{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SecurityPolicies_Patch (updated)
Description Updates an existing security policy within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "SecurityPolicies_Patch",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/securityPolicies/{securityPolicyName}
{
resourceGroupName: string ,
profileName: string ,
securityPolicyName: string ,
securityPolicyUpdateProperties:
{
properties:
{
parameters:
{
type: enum ,
}
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SecurityPolicies_Delete (updated)
Description Deletes an existing security policy within profile.
Reference Link ¶

⚶ Changes

{
  "#id": "SecurityPolicies_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/securityPolicies/{securityPolicyName}
{
resourceGroupName: string ,
profileName: string ,
securityPolicyName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Secrets_ListByProfile (updated)
Description Lists existing AzureFrontDoor secrets.
Reference Link ¶

⚶ Changes

{
  "#id": "Secrets_ListByProfile",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Secrets_Get (updated)
Description Gets an existing Secret within a profile.
Reference Link ¶

⚶ Changes

{
  "#id": "Secrets_Get",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
{
resourceGroupName: string ,
profileName: string ,
secretName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Secrets_Create (updated)
Description Creates a new Secret within the specified profile.
Reference Link ¶

⚶ Changes

{
  "#id": "Secrets_Create",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
{
resourceGroupName: string ,
profileName: string ,
secretName: string ,
secret:
{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}

⚐ Response (202)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties:
{
profileName: string ,
parameters:
{
type: enum ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Secrets_Delete (updated)
Description Deletes an existing Secret within profile.
Reference Link ¶

⚶ Changes

{
  "#id": "Secrets_Delete",
  "$parameters": [
    {
      "#name": "profileName",
      "Description": {
        "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.",
        "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group."
      }
    }
  ]
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
{
resourceGroupName: string ,
profileName: string ,
secretName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

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