MaintenanceConfiguration interface
Maintenance configuration record type
- Extends
Properties
| extension |
Gets or sets extensionProperties of the maintenanceConfiguration |
| install |
The input parameters to be passed to the patch run operation. |
| location | Gets or sets location of the resource |
| maintenance |
Gets or sets maintenanceScope of the configuration |
| maintenance |
Definition of a MaintenanceWindow |
| namespace | Gets or sets namespace of the resource |
| tags | Gets or sets tags of the resource |
| visibility | Gets or sets the visibility of the configuration. The default value is 'Custom' |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
extensionProperties
Gets or sets extensionProperties of the maintenanceConfiguration
extensionProperties?: Record<string, string>
Property Value
Record<string, string>
installPatches
The input parameters to be passed to the patch run operation.
installPatches?: InputPatchConfiguration
Property Value
location
Gets or sets location of the resource
location?: string
Property Value
string
maintenanceScope
Gets or sets maintenanceScope of the configuration
maintenanceScope?: string
Property Value
string
maintenanceWindow
Definition of a MaintenanceWindow
maintenanceWindow?: MaintenanceWindow
Property Value
namespace
Gets or sets namespace of the resource
namespace?: string
Property Value
string
tags
Gets or sets tags of the resource
tags?: Record<string, string>
Property Value
Record<string, string>
visibility
Gets or sets the visibility of the configuration. The default value is 'Custom'
visibility?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type