DscConfigurationUpdateParameters Class

Definition

The parameters supplied to the create or update configuration operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DscConfigurationUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscConfigurationUpdateParameters = class
Public Class DscConfigurationUpdateParameters
Inheritance
DscConfigurationUpdateParameters
Attributes

Constructors

DscConfigurationUpdateParameters()

Initializes a new instance of the DscConfigurationUpdateParameters class.

DscConfigurationUpdateParameters(ContentSource, Nullable<Boolean>, Nullable<Boolean>, IDictionary<String,DscConfigurationParameter>, String, String, IDictionary<String,String>)

Initializes a new instance of the DscConfigurationUpdateParameters class.

Properties

Description

Gets or sets the description of the configuration.

LogProgress

Gets or sets progress log option.

LogVerbose

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

Validate()

Validate the object.

Applies to