DscNode 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
DscNode() |
Initializes a new instance of the DscNode class. |
DscNode(String, String, DscNode) |
Initializes a new instance of the DscNode class. |
DscNode()
DscNode(String, String, DscNode)
Initializes a new instance of the DscNode class.
public DscNode (string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation.Models.DscNode node);
new Microsoft.Azure.Commands.Automation.Model.DscNode : string * string * Microsoft.Azure.Management.Automation.Models.DscNode -> Microsoft.Azure.Commands.Automation.Model.DscNode
Public Sub New (resourceGroupName As String, automationAccountName As String, node As DscNode)
Parameters
- resourceGroupName
- String
The resource group name.
- automationAccountName
- String
The automation account.
- node
- DscNode
The dsc node.