Skip to main content

available_delegations

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

Overview

Nameavailable_delegations
TypeResource
Idazure.network.available_delegations

Fields

NameDatatypeDescription
idstringA unique identifier of the AvailableDelegation resource.
namestringThe name of the AvailableDelegation resource.
actionsarrayThe actions permitted to the service upon delegation.
serviceNamestringThe name of the service and resource.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionIdGets all of the available subnet delegations for this subscription in this region.

SELECT examples

Gets all of the available subnet delegations for this subscription in this region.

SELECT
id,
name,
actions,
serviceName,
type
FROM azure.network.available_delegations
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';