SoftwareUpdateConfigurationData Class

Definition

A class representing the SoftwareUpdateConfiguration data model. Software update configuration properties.

public class SoftwareUpdateConfigurationData : Azure.ResourceManager.Models.ResourceData
type SoftwareUpdateConfigurationData = class
    inherit ResourceData
Public Class SoftwareUpdateConfigurationData
Inherits ResourceData
Inheritance
SoftwareUpdateConfigurationData

Constructors

SoftwareUpdateConfigurationData(SoftwareUpdateConfigurationSpecificProperties, SoftwareUpdateConfigurationScheduleProperties)

Initializes a new instance of SoftwareUpdateConfigurationData.

Properties

CreatedBy

CreatedBy property, which only appears in the response.

CreatedOn

Creation time of the resource, which only appears in the response.

Error

Details of provisioning error.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LastModifiedBy

LastModifiedBy property, which only appears in the response.

LastModifiedOn

Last time resource was modified, which only appears in the response.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning state for the software update configuration, which only appears in the response.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
ScheduleInfo

Schedule information for the Software update configuration.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tasks

Tasks information for the Software update configuration.

UpdateConfiguration

update specific properties for the Software update configuration.

Applies to