Skip to main content

resolve_private_link_service_id

Creates, updates, deletes, gets or lists a resolve_private_link_service_id resource.

Overview

Nameresolve_private_link_service_id
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
postexecresource_group_name, resource_name, subscription_idGets 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.

NameDatatypeDescription
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
resource_namestringThe name of the managed cluster resource. Required.
subscription_idstring

Lifecycle Methods

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 }}"
}'
;