Interface DscNode
public interface DscNode
An immutable client-side representation of DscNode.
-
Method Summary
Modifier and TypeMethodDescriptionGets the accountId property: Gets or sets the account id of the node.etag()
Gets the etag property: Gets or sets the etag of the resource.Gets the extensionHandler property: Gets or sets the list of extensionHandler properties for a Node.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.automation.fluent.models.DscNodeInner object.ip()
Gets the ip property: Gets or sets the ip of the node.lastSeen()
Gets the lastSeen property: Gets or sets the last seen time of the node.name()
Gets the name property: The name of the resource.Gets the namePropertiesName property: Gets or sets the name of the dsc node configuration.nodeId()
Gets the nodeId property: Gets or sets the node id.Gets the registrationTime property: Gets or sets the registration time of the node.status()
Gets the status property: Gets or sets the status of the node.Gets the totalCount property: Gets the total number of records matching filter criteria.type()
Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
lastSeen
OffsetDateTime lastSeen()Gets the lastSeen property: Gets or sets the last seen time of the node.- Returns:
- the lastSeen value.
-
registrationTime
OffsetDateTime registrationTime()Gets the registrationTime property: Gets or sets the registration time of the node.- Returns:
- the registrationTime value.
-
ip
String ip()Gets the ip property: Gets or sets the ip of the node.- Returns:
- the ip value.
-
accountId
String accountId()Gets the accountId property: Gets or sets the account id of the node.- Returns:
- the accountId value.
-
status
String status()Gets the status property: Gets or sets the status of the node.- Returns:
- the status value.
-
nodeId
String nodeId()Gets the nodeId property: Gets or sets the node id.- Returns:
- the nodeId value.
-
etag
String etag()Gets the etag property: Gets or sets the etag of the resource.- Returns:
- the etag value.
-
totalCount
Integer totalCount()Gets the totalCount property: Gets the total number of records matching filter criteria.- Returns:
- the totalCount value.
-
extensionHandler
List<DscNodeExtensionHandlerAssociationProperty> extensionHandler()Gets the extensionHandler property: Gets or sets the list of extensionHandler properties for a Node.- Returns:
- the extensionHandler value.
-
namePropertiesName
String namePropertiesName()Gets the namePropertiesName property: Gets or sets the name of the dsc node configuration.- Returns:
- the namePropertiesName value.
-
innerModel
DscNodeInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.DscNodeInner object.- Returns:
- the inner object.
-