DscConfiguration 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.
Definition of the configuration type.
public class DscConfiguration : Microsoft.Azure.Management.Automation.Models.ResourceBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscConfiguration : Microsoft.Azure.Management.Automation.Models.TrackedResource
type DscConfiguration = class
inherit ResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscConfiguration = class
inherit TrackedResource
Public Class DscConfiguration
Inherits ResourceBase
Public Class DscConfiguration
Inherits TrackedResource
- Inheritance
- Inheritance
- Attributes
Constructors
DscConfiguration() |
Initializes a new instance of the DscConfiguration class. |
DscConfiguration(String, String, String, IDictionary<String,String>, String, Nullable<DscConfigurationProvisioningState>, Nullable<Int32>, IDictionary<String,DscConfigurationParameter>, ContentSource, String, Nullable<Boolean>, DateTimeOffset, DateTimeOffset, Int32, String, String) |
Initializes a new instance of the DscConfiguration class. |
Properties
CreationTime |
Gets or sets the creation time. |
Description |
Gets or sets the description. |
Etag |
Gets or sets the etag of the resource. |
Etag | (Inherited from ResourceBase) |
Id | (Inherited from ResourceBase) |
Id |
Gets fully qualified resource Id for the resource (Inherited from Resource) |
JobCount |
Gets or sets the job count of the configuration. |
LastModifiedTime |
Gets or sets the last modified time. |
Location | (Inherited from ResourceBase) |
Location |
Gets or sets the Azure Region where the resource lives (Inherited from TrackedResource) |
LogVerbose |
Gets or sets verbose log option. |
Name | (Inherited from ResourceBase) |
Name |
Gets the name of the resource (Inherited from Resource) |
NodeConfigurationCount |
Gets the number of compiled node configurations. |
Parameters |
Gets or sets the configuration parameters. |
Properties | |
ProvisioningState |
Gets or sets the provisioning state of the configuration. Possible values include: 'Succeeded' |
Source |
Gets or sets the source. |
State |
Gets or sets the state of the configuration. Possible values include: 'New', 'Edit', 'Published' |
Tags | (Inherited from ResourceBase) |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type | (Inherited from ResourceBase) |
Type |
Gets the type of the resource. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET