Megosztás a következőn keresztül:


DscNodeData Class

Definition

A class representing the DscNode data model. Definition of a DscNode

public class DscNodeData : Azure.ResourceManager.Models.ResourceData
type DscNodeData = class
    inherit ResourceData
Public Class DscNodeData
Inherits ResourceData
Inheritance
DscNodeData

Constructors

DscNodeData()

Initializes a new instance of DscNodeData.

Properties

AccountId

Gets or sets the account id of the node.

ETag

Gets or sets the etag of the resource.

ExtensionHandler

Gets or sets the list of extensionHandler properties for a Node.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IP

Gets or sets the ip of the node.

LastSeenOn

Gets or sets the last seen time of the node.

Name

The name of the resource.

(Inherited from ResourceData)
NamePropertiesNodeConfigurationName

Gets or sets the name of the dsc node configuration.

NodeId

Gets or sets the node id.

RegistrationOn

Gets or sets the registration time of the node.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Status

Gets or sets the status of the node.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TotalCount

Gets the total number of records matching filter criteria.

Applies to