configuration_assignments_within_subscriptions
Creates, updates, deletes, gets or lists a configuration_assignments_within_subscriptions
resource.
Overview
Name | configuration_assignments_within_subscriptions |
Type | Resource |
Id | azure.maintenance.configuration_assignments_within_subscriptions |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name | string | The name of the resource |
location | string | Location of the resource |
properties | object | Properties for configuration assignment |
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 | subscriptionId |
SELECT
examples
SELECT
id,
name,
location,
properties,
type
FROM azure.maintenance.configuration_assignments_within_subscriptions
WHERE subscriptionId = '{{ subscriptionId }}';