Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DscNode Class

Definition

Namespace:
Microsoft.Azure.Commands.Automation.Model
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Automation.dll
Assembly:
Microsoft.Azure.Commands.ResourceManager.Automation.dll

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.

The Dsc Node.

public class DscNode
type DscNode = class
Public Class DscNode
Inheritance
DscNode

Constructors

Name Description
DscNode()

Initializes a new instance of the DscNode class.

DscNode(String, String, DscNode)

Initializes a new instance of the DscNode class.

Properties

Name Description
AutomationAccountName

Gets or sets the automation account name.

Id

Gets or sets the Id.

IpAddress

Gets or sets the IP address.

LastSeen

Gets or sets the last seen time.

Name

Gets or sets the name.

NodeConfigurationName

Gets or sets the nodeconfiguration.

RegistrationTime

Gets or sets the registration time.

ResourceGroupName

Gets or sets the resource group name.

Status

Gets or sets the status.

Applies to