DscConfigurationData Class

Definition

A class representing the DscConfiguration data model. Definition of the configuration type.

public class DscConfigurationData : Azure.ResourceManager.Models.TrackedResourceData
type DscConfigurationData = class
    inherit TrackedResourceData
Public Class DscConfigurationData
Inherits TrackedResourceData
Inheritance
DscConfigurationData

Constructors

DscConfigurationData(AzureLocation)

Initializes a new instance of DscConfigurationData.

Properties

CreatedOn

Gets or sets the creation time.

Description

Gets or sets the description.

ETag

Gets or sets the etag of the resource.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsLogVerboseEnabled

Gets or sets verbose log option.

JobCount

Gets or sets the job count of the configuration.

LastModifiedOn

Gets or sets the last modified time.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NodeConfigurationCount

Gets the number of compiled node configurations.

Parameters

Gets or sets the configuration parameters.

ProvisioningState

Gets or sets the provisioning state of the configuration.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Source

Gets or sets the source.

State

Gets or sets the state of the configuration.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Applies to