Sdílet prostřednictvím


DscConfigurationPatch Class

Definition

The parameters supplied to the create or update configuration operation.

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

Constructors

DscConfigurationPatch()

Initializes a new instance of DscConfigurationPatch.

Properties

Description

Gets or sets the description of the configuration.

IsLogProgressEnabled

Gets or sets progress log option.

IsLogVerboseEnabled

Gets or sets verbose log option.

Name

Gets or sets name of the resource.

Parameters

Gets or sets the configuration parameters.

Source

Gets or sets the source.

Tags

Gets or sets the tags attached to the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DscConfigurationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DscConfigurationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DscConfigurationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DscConfigurationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DscConfigurationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to