DscConfigurationCreateOrUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters supplied to the create or update configuration operation.
public class DscConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscConfigurationCreateOrUpdateParameters
type DscConfigurationCreateOrUpdateParameters = class
inherit ResourceCreateOrUpdateParameterBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscConfigurationCreateOrUpdateParameters = class
Public Class DscConfigurationCreateOrUpdateParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class DscConfigurationCreateOrUpdateParameters
- Inheritance
- Inheritance
-
DscConfigurationCreateOrUpdateParameters
- Attributes
Constructors
DscConfigurationCreateOrUpdateParameters() |
Initializes a new instance of the DscConfigurationCreateOrUpdateParameters class. |
DscConfigurationCreateOrUpdateParameters(ContentSource, Nullable<Boolean>, Nullable<Boolean>, IDictionary<String,DscConfigurationParameter>, String, String, String, IDictionary<String,String>) |
Initializes a new instance of the DscConfigurationCreateOrUpdateParameters class. |
DscConfigurationCreateOrUpdateParameters(DscConfigurationCreateOrUpdateProperties) |
Properties
Description |
Gets or sets the description of the configuration. |
Location |
Gets or sets the location of the resource. |
Location | (Inherited from ResourceCreateOrUpdateParameterBase) |
LogProgress |
Gets or sets progress log option. |
LogVerbose |
Gets or sets verbose log option. |
Name |
Gets or sets name of the resource. |
Name | (Inherited from ResourceCreateOrUpdateParameterBase) |
Parameters |
Gets or sets the configuration parameters. |
Properties | |
Source |
Gets or sets the source. |
Tags |
Gets or sets the tags attached to the resource. |
Tags | (Inherited from ResourceCreateOrUpdateParameterBase) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET