Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
- Latest
- 2025-02-01
- 2025-01-02-preview
- 2025-01-01
- 2024-10-02-preview
- 2024-10-01
- 2024-09-02-preview
- 2024-09-01
- 2024-08-01
- 2024-07-02-preview
- 2024-07-01
- 2024-06-02-preview
- 2024-05-02-preview
- 2024-05-01
- 2024-04-02-preview
- 2024-03-02-preview
- 2024-02-02-preview
- 2024-02-01
- 2024-01-02-preview
- 2024-01-01
- 2023-11-02-preview
- 2023-11-01
- 2023-10-02-preview
- 2023-10-01
- 2023-09-02-preview
- 2023-09-01
- 2023-08-02-preview
- 2023-08-01
- 2023-07-02-preview
- 2023-07-01
- 2023-06-02-preview
- 2023-06-01
- 2023-05-02-preview
- 2023-05-01
- 2023-04-02-preview
- 2023-04-01
- 2023-03-02-preview
- 2023-03-01
- 2023-02-02-preview
- 2023-02-01
- 2023-01-02-preview
- 2023-01-01
- 2022-11-02-preview
- 2022-11-01
- 2022-10-02-preview
- 2022-09-02-preview
- 2022-09-01
- 2022-08-03-preview
- 2022-08-02-preview
- 2022-07-02-preview
- 2022-07-01
- 2022-06-02-preview
- 2022-06-01
- 2022-05-02-preview
- 2022-04-02-preview
- 2022-04-01
- 2022-03-02-preview
- 2022-03-01
- 2022-02-02-preview
- 2022-02-01
- 2022-01-02-preview
- 2022-01-01
- 2021-11-01-preview
- 2021-10-01
- 2021-09-01
- 2021-08-01
- 2021-07-01
- 2021-05-01
- 2021-03-01
- 2021-02-01
- 2020-12-01
- 2020-11-01
- 2020-09-01
- 2020-07-01
- 2020-06-01
Bicep resource definition
The managedClusters/privateEndpointConnections resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.ContainerService/managedClusters/privateEndpointConnections resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-09-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
privateEndpoint: {
id: 'string'
}
privateLinkServiceConnectionState: {
description: 'string'
status: 'string'
}
}
}
Property Values
Microsoft.ContainerService/managedClusters/privateEndpointConnections
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: managedClusters |
properties | The properties of a private endpoint connection. | PrivateEndpointConnectionProperties |
PrivateEndpoint
Name | Description | Value |
---|---|---|
id | The resource ID of the private endpoint | string |
PrivateEndpointConnectionProperties
Name | Description | Value |
---|---|---|
privateEndpoint | The resource of private endpoint. | PrivateEndpoint |
privateLinkServiceConnectionState | A collection of information about the state of the connection between service consumer and provider. | PrivateLinkServiceConnectionState (required) |
PrivateLinkServiceConnectionState
Name | Description | Value |
---|---|---|
description | The private link service connection description. | string |
status | The private link service connection status. | 'Approved' 'Disconnected' 'Pending' 'Rejected' |
ARM template resource definition
The managedClusters/privateEndpointConnections resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.ContainerService/managedClusters/privateEndpointConnections resource, add the following JSON to your template.
{
"type": "Microsoft.ContainerService/managedClusters/privateEndpointConnections",
"apiVersion": "2023-09-01",
"name": "string",
"properties": {
"privateEndpoint": {
"id": "string"
},
"privateLinkServiceConnectionState": {
"description": "string",
"status": "string"
}
}
}
Property Values
Microsoft.ContainerService/managedClusters/privateEndpointConnections
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2023-09-01' |
name | The resource name | string (required) |
properties | The properties of a private endpoint connection. | PrivateEndpointConnectionProperties |
type | The resource type | 'Microsoft.ContainerService/managedClusters/privateEndpointConnections' |
PrivateEndpoint
Name | Description | Value |
---|---|---|
id | The resource ID of the private endpoint | string |
PrivateEndpointConnectionProperties
Name | Description | Value |
---|---|---|
privateEndpoint | The resource of private endpoint. | PrivateEndpoint |
privateLinkServiceConnectionState | A collection of information about the state of the connection between service consumer and provider. | PrivateLinkServiceConnectionState (required) |
PrivateLinkServiceConnectionState
Name | Description | Value |
---|---|---|
description | The private link service connection description. | string |
status | The private link service connection status. | 'Approved' 'Disconnected' 'Pending' 'Rejected' |
Kullanım Örnekleri
Terraform (AzAPI provider) resource definition
The managedClusters/privateEndpointConnections resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.ContainerService/managedClusters/privateEndpointConnections resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-09-01"
name = "string"
body = {
properties = {
privateEndpoint = {
id = "string"
}
privateLinkServiceConnectionState = {
description = "string"
status = "string"
}
}
}
}
Property Values
Microsoft.ContainerService/managedClusters/privateEndpointConnections
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: managedClusters |
properties | The properties of a private endpoint connection. | PrivateEndpointConnectionProperties |
type | The resource type | "Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-09-01" |
PrivateEndpoint
Name | Description | Value |
---|---|---|
id | The resource ID of the private endpoint | string |
PrivateEndpointConnectionProperties
Name | Description | Value |
---|---|---|
privateEndpoint | The resource of private endpoint. | PrivateEndpoint |
privateLinkServiceConnectionState | A collection of information about the state of the connection between service consumer and provider. | PrivateLinkServiceConnectionState (required) |
PrivateLinkServiceConnectionState
Name | Description | Value |
---|---|---|
description | The private link service connection description. | string |
status | The private link service connection status. | 'Approved' 'Disconnected' 'Pending' 'Rejected' |