Skip to main content

public_maintenance_configurations

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

Overview

Namepublic_maintenance_configurations
TypeResource
Idazure.maintenance.public_maintenance_configurations

Fields

NameDatatypeDescription
idtextFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
nametextThe name of the resource
extension_propertiestextfield from the properties object
install_patchestextfield from the properties object
locationtextGets or sets location of the resource
maintenance_scopetextfield from the properties object
maintenance_windowtextfield from the properties object
namespacetextfield from the properties object
resourceNametextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextGets or sets tags of the resource
typetextThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
visibilitytextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceName, subscriptionId
listSELECTsubscriptionId

SELECT examples

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 }}';