Skip to main content

configuration_assignments_within_subscriptions

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

Overview

Nameconfiguration_assignments_within_subscriptions
TypeResource
Idazure.maintenance.configuration_assignments_within_subscriptions

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
locationstringLocation of the resource
propertiesobjectProperties for configuration assignment
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionId

SELECT examples

SELECT
id,
name,
location,
properties,
type
FROM azure.maintenance.configuration_assignments_within_subscriptions
WHERE subscriptionId = '{{ subscriptionId }}';