Skip to main content

resolve_private_link_service_ids

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

Overview

Nameresolve_private_link_service_ids
TypeResource
Idazure.aks.resolve_private_link_service_ids

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
postexecsubscriptionId, resourceGroupName, resourceName

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
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
resourceNamestringThe name of the managed cluster resource.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

OK

EXEC azure.aks.resolve_private_link_service_ids.post 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@resourceName='{{ resourceName }}' --required
@@json=
'{
"id": "{{ id }}",
"name": "{{ name }}",
"type": "{{ type }}",
"groupId": "{{ groupId }}",
"requiredMembers": "{{ requiredMembers }}"
}'
;