Uses of Class
com.azure.resourcemanager.automation.fluent.models.DscNodeInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscNodeInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionRetrieve the dsc node identified by node id.DscNodesClient.update
(String resourceGroupName, String automationAccountName, String nodeId, DscNodeUpdateParameters dscNodeUpdateParameters) Update the dsc node.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DscNodeInner>
DscNodesClient.getWithResponse
(String resourceGroupName, String automationAccountName, String nodeId, com.azure.core.util.Context context) Retrieve the dsc node identified by node id.com.azure.core.http.rest.PagedIterable<DscNodeInner>
DscNodesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of dsc nodes.com.azure.core.http.rest.PagedIterable<DscNodeInner>
DscNodesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, Integer skip, Integer top, String inlinecount, com.azure.core.util.Context context) Retrieve a list of dsc nodes.com.azure.core.http.rest.Response<DscNodeInner>
DscNodesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String nodeId, DscNodeUpdateParameters dscNodeUpdateParameters, com.azure.core.util.Context context) Update the dsc node. -
Uses of DscNodeInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscNodeInner.withAccountId
(String accountId) Set the accountId property: Gets or sets the account id of the node.Set the etag property: Gets or sets the etag of the resource.DscNodeInner.withExtensionHandler
(List<DscNodeExtensionHandlerAssociationProperty> extensionHandler) Set the extensionHandler property: Gets or sets the list of extensionHandler properties for a Node.Set the ip property: Gets or sets the ip of the node.DscNodeInner.withLastSeen
(OffsetDateTime lastSeen) Set the lastSeen property: Gets or sets the last seen time of the node.DscNodeInner.withNamePropertiesName
(String name) Set the name property: Gets or sets the name of the dsc node configuration.DscNodeInner.withNodeId
(String nodeId) Set the nodeId property: Gets or sets the node id.DscNodeInner.withRegistrationTime
(OffsetDateTime registrationTime) Set the registrationTime property: Gets or sets the registration time of the node.DscNodeInner.withStatus
(String status) Set the status property: Gets or sets the status of the node.DscNodeInner.withTotalCount
(Integer totalCount) Set the totalCount property: Gets the total number of records matching filter criteria. -
Uses of DscNodeInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscNode.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.DscNodeInner object.Modifier and TypeMethodDescriptionDscNodeListResult.value()
Get the value property: Gets or sets a list of dsc nodes.Modifier and TypeMethodDescriptionDscNodeListResult.withValue
(List<DscNodeInner> value) Set the value property: Gets or sets a list of dsc nodes.