Skip to main content

configuration_assignments_within_subscription

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

Overview

Nameconfiguration_assignments_within_subscription
TypeResource
Idazure.maintenance.configuration_assignments_within_subscription

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
namestringThe name of the resource.
filterobjectProperties of the configuration assignment.
locationstringLocation of the resource.
maintenanceConfigurationIdstringThe maintenance configuration Id.
resourceIdstringThe unique resourceId.
systemDataobjectAzure Resource Manager metadata containing createdBy and modifiedBy information.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscription_id[UNSUPPORTED] Get configuration assignment within a subscription. This API is not implemented yet.

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
subscription_idstring

SELECT examples

[UNSUPPORTED] Get configuration assignment within a subscription. This API is not implemented yet.

SELECT
id,
name,
filter,
location,
maintenanceConfigurationId,
resourceId,
systemData,
type
FROM azure.maintenance.configuration_assignments_within_subscription
WHERE subscription_id = '{{ subscription_id }}' -- required
;