DscConfiguration Constructors
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.
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'
- 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'
- 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
Azure SDK for .NET