Microsoft.ContainerRegistry registries/privateEndpointConnections template reference
Template format
To create a Microsoft.ContainerRegistry/registries/privateEndpointConnections resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.ContainerRegistry/registries/privateEndpointConnections",
"apiVersion": "2019-12-01-preview",
"properties": {
"privateEndpoint": {
"id": "string"
},
"privateLinkServiceConnectionState": {
"status": "string",
"description": "string",
"actionsRequired": "string"
}
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.ContainerRegistry/registries/privateEndpointConnections object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the private endpoint connection. |
type | enum | Yes | privateEndpointConnections -or- Microsoft.ContainerRegistry/registries/privateEndpointConnections See Set name and type for child resources. |
apiVersion | enum | Yes | 2019-12-01-preview |
properties | object | Yes | The properties of a private endpoint connection. - PrivateEndpointConnectionProperties object |
PrivateEndpointConnectionProperties object
Name | Type | Required | Value |
---|---|---|---|
privateEndpoint | object | No | The resource of private endpoint. - PrivateEndpoint object |
privateLinkServiceConnectionState | object | No | A collection of information about the state of the connection between service consumer and provider. - PrivateLinkServiceConnectionState object |
PrivateEndpoint object
Name | Type | Required | Value |
---|---|---|---|
id | string | No | This is private endpoint resource created with Microsoft.Network resource provider. |
PrivateLinkServiceConnectionState object
Name | Type | Required | Value |
---|---|---|---|
status | enum | No | The private link service connection status. - Approved, Pending, Rejected, Disconnected |
description | string | No | The description for connection status. For example if connection is rejected it can indicate reason for rejection. |
actionsRequired | enum | No | A message indicating if changes on the service provider require any updates on the consumer. - None or Recreate |