public_maintenance_configurations
Creates, updates, deletes, gets or lists a public_maintenance_configurations
resource.
Overview
Name | public_maintenance_configurations |
Type | Resource |
Id | azure.maintenance.public_maintenance_configurations |
Fields
- vw_public_maintenance_configurations
- public_maintenance_configurations
Name | Datatype | Description |
---|---|---|
id | text | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name | text | The name of the resource |
extension_properties | text | field from the properties object |
install_patches | text | field from the properties object |
location | text | Gets or sets location of the resource |
maintenance_scope | text | field from the properties object |
maintenance_window | text | field from the properties object |
namespace | text | field from the properties object |
resourceName | text | field from the properties object |
subscriptionId | text | field from the properties object |
tags | text | Gets or sets tags of the resource |
type | text | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
visibility | text | field from the properties object |
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 | Gets or sets location of the resource |
properties | object | Properties for maintenance configuration |
tags | object | Gets or sets tags 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 |
---|---|---|---|
get | SELECT | resourceName, subscriptionId | |
list | SELECT | subscriptionId |
SELECT
examples
- vw_public_maintenance_configurations
- public_maintenance_configurations
SELECT
id,
name,
extension_properties,
install_patches,
location,
maintenance_scope,
maintenance_window,
namespace,
resourceName,
subscriptionId,
tags,
type,
visibility
FROM azure.maintenance.vw_public_maintenance_configurations
WHERE subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure.maintenance.public_maintenance_configurations
WHERE subscriptionId = '{{ subscriptionId }}';