Share via


DscConfiguration Constructors

Definition

Overloads

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.

DscConfiguration()

Initializes a new instance of the DscConfiguration class.

public DscConfiguration ();
Public Sub New ()

Applies to

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.

public DscConfiguration (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.Automation.Models.DscConfigurationProvisioningState? provisioningState = default, int? jobCount = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Automation.Models.DscConfigurationParameter> parameters = default, Microsoft.Azure.Management.Automation.Models.ContentSource source = default, string state = default, bool? logVerbose = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default, int nodeConfigurationCount = 0, string description = default, string etag = default);
new Microsoft.Azure.Management.Automation.Models.DscConfiguration : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<Microsoft.Azure.Management.Automation.Models.DscConfigurationProvisioningState> * Nullable<int> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Automation.Models.DscConfigurationParameter> * Microsoft.Azure.Management.Automation.Models.ContentSource * string * Nullable<bool> * DateTimeOffset * DateTimeOffset * int * string * string -> Microsoft.Azure.Management.Automation.Models.DscConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional provisioningState As Nullable(Of DscConfigurationProvisioningState) = Nothing, Optional jobCount As Nullable(Of Integer) = Nothing, Optional parameters As IDictionary(Of String, DscConfigurationParameter) = Nothing, Optional source As ContentSource = Nothing, Optional state As String = Nothing, Optional logVerbose As Nullable(Of Boolean) = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional nodeConfigurationCount As Integer = 0, Optional description As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Fully qualified resource Id for the resource

name
String

The name of the resource

type
String

The type of the resource.

tags
IDictionary<String,String>

Resource tags.

location
String

The Azure Region where the resource lives

provisioningState
Nullable<DscConfigurationProvisioningState>

Gets or sets the provisioning state of the configuration. Possible values include: 'Succeeded'

jobCount
Nullable<Int32>

Gets or sets the job count of the configuration.

parameters
IDictionary<String,DscConfigurationParameter>

Gets or sets the configuration parameters.

source
ContentSource

Gets or sets the source.

state
String

Gets or sets the state of the configuration. Possible values include: 'New', 'Edit', 'Published'

logVerbose
Nullable<Boolean>

Gets or sets verbose log option.

creationTime
DateTimeOffset

Gets or sets the creation time.

lastModifiedTime
DateTimeOffset

Gets or sets the last modified time.

nodeConfigurationCount
Int32

Gets the number of compiled node configurations.

description
String

Gets or sets the description.

etag
String

Gets or sets the etag of the resource.

Applies to