resolve_private_link_service_id
Creates, updates, deletes, gets or lists a resolve_private_link_service_id resource.
Overview
| Name | resolve_private_link_service_id |
| Type | Resource |
| Id | azure.container_service.resolve_private_link_service_id |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
post | exec | resource_group_name, resource_name, subscription_id | Gets the private link service ID for the specified managed cluster. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
resource_name | string | The name of the managed cluster resource. Required. |
subscription_id | string |
Lifecycle Methods
- post
Gets the private link service ID for the specified managed cluster.
EXEC azure.container_service.resolve_private_link_service_id.post
@resource_group_name='{{ resource_group_name }}' --required,
@resource_name='{{ resource_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"id": "{{ id }}",
"name": "{{ name }}",
"type": "{{ type }}",
"groupId": "{{ groupId }}",
"requiredMembers": "{{ requiredMembers }}"
}'
;