managed_environment_private_link_resources
Creates, updates, deletes, gets or lists a managed_environment_private_link_resources
resource.
Overview
Name | managed_environment_private_link_resources |
Type | Resource |
Id | azure.container_apps.managed_environment_private_link_resources |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name | string | The name of the resource |
properties | object | Properties of a private link resource. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | environmentName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
id,
name,
properties,
systemData,
type
FROM azure.container_apps.managed_environment_private_link_resources
WHERE environmentName = '{{ environmentName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';