Поделиться через


SoftwareUpdateConfigurationData Class

Definition

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

public class SoftwareUpdateConfigurationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.SoftwareUpdateConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.SoftwareUpdateConfigurationData>
public class SoftwareUpdateConfigurationData : Azure.ResourceManager.Models.ResourceData
type SoftwareUpdateConfigurationData = class
    inherit ResourceData
    interface IJsonModel<SoftwareUpdateConfigurationData>
    interface IPersistableModel<SoftwareUpdateConfigurationData>
type SoftwareUpdateConfigurationData = class
    inherit ResourceData
Public Class SoftwareUpdateConfigurationData
Inherits ResourceData
Implements IJsonModel(Of SoftwareUpdateConfigurationData), IPersistableModel(Of SoftwareUpdateConfigurationData)
Public Class SoftwareUpdateConfigurationData
Inherits ResourceData
Inheritance
SoftwareUpdateConfigurationData
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SoftwareUpdateConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SoftwareUpdateConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareUpdateConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareUpdateConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SoftwareUpdateConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to