MaintenanceConfiguration interface

Maintenance configuration record type

Extends

Properties

extensionProperties

Gets or sets extensionProperties of the maintenanceConfiguration

installPatches

The input parameters to be passed to the patch run operation.

location

Gets or sets location of the resource

maintenanceScope

Gets or sets maintenanceScope of the configuration

maintenanceWindow

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

systemData

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

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.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