DscNodeConfiguration 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
DscNodeConfiguration() |
Initializes a new instance of the DscNodeConfiguration class. |
DscNodeConfiguration(String, String, String, DateTimeOffset, DateTimeOffset, DscConfigurationAssociationProperty, String, Nullable<Int64>, Nullable<Boolean>) |
Initializes a new instance of the DscNodeConfiguration class. |
DscNodeConfiguration()
Initializes a new instance of the DscNodeConfiguration class.
public DscNodeConfiguration ();
Public Sub New ()
Applies to
DscNodeConfiguration(String, String, String, DateTimeOffset, DateTimeOffset, DscConfigurationAssociationProperty, String, Nullable<Int64>, Nullable<Boolean>)
Initializes a new instance of the DscNodeConfiguration class.
public DscNodeConfiguration (string id = default, string name = default, string type = default, DateTimeOffset lastModifiedTime = default, DateTimeOffset creationTime = default, Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty configuration = default, string source = default, long? nodeCount = default, bool? incrementNodeConfigurationBuild = default);
new Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration : string * string * string * DateTimeOffset * DateTimeOffset * Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty * string * Nullable<int64> * Nullable<bool> -> Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional configuration As DscConfigurationAssociationProperty = Nothing, Optional source As String = Nothing, Optional nodeCount As Nullable(Of Long) = Nothing, Optional incrementNodeConfigurationBuild As Nullable(Of Boolean) = 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.
- lastModifiedTime
- DateTimeOffset
Gets or sets the last modified time.
- creationTime
- DateTimeOffset
Gets or sets creation time.
- configuration
- DscConfigurationAssociationProperty
Gets or sets the configuration of the node.
- source
- String
Source of node configuration.
If a new build version of NodeConfiguration is required.
Applies to
Azure SDK for .NET