Microsoft.Web staticSites/privateEndpointConnections

ARM template resource definition

The staticSites/privateEndpointConnections resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Web/staticSites/privateEndpointConnections resource, add the following JSON to your template.

{
  "type": "Microsoft.Web/staticSites/privateEndpointConnections",
  "apiVersion": "2022-09-01",
  "name": "string",
  "kind": "string",
  "properties": {
    "privateLinkServiceConnectionState": {
      "actionsRequired": "string",
      "description": "string",
      "status": "string"
    }
  }
}

Property values

staticSites/privateEndpointConnections

Name Description Value
type The resource type 'Microsoft.Web/staticSites/privateEndpointConnections'
apiVersion The resource api version '2022-09-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
kind Kind of resource. string
properties Core resource properties PrivateLinkConnectionApprovalRequestOrRemotePrivateE...

PrivateLinkConnectionApprovalRequestOrRemotePrivateE...

Name Description Value
privateLinkServiceConnectionState The state of a private link connection PrivateLinkConnectionState

PrivateLinkConnectionState

Name Description Value
actionsRequired ActionsRequired for a private link connection string
description Description of a private link connection string
status Status of a private link connection string