private_link_resources
Creates, updates, deletes, gets or lists a private_link_resources
resource.
Overview
Name | private_link_resources |
Type | Resource |
Id | azure.aks.private_link_resources |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the private link resource. |
name | string | The name of the private link resource. |
groupId | string | The group ID of the resource. |
privateLinkServiceID | string | The private link service ID of the resource, this field is exposed only to NRP internally. |
requiredMembers | array | The RequiredMembers of the resource |
type | string | The resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceGroupName, resourceName, subscriptionId | To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters |
SELECT
examples
To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
SELECT
id,
name,
groupId,
privateLinkServiceID,
requiredMembers,
type
FROM azure.aks.private_link_resources
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';