Uses of Class
com.azure.resourcemanager.automation.fluent.models.DscNodeConfigurationInner
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 DscNodeConfigurationInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionDscNodeConfigurationsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String nodeConfigurationName, DscNodeConfigurationCreateOrUpdateParameters parameters) Create the node configuration identified by node configuration name.DscNodeConfigurationsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String nodeConfigurationName, DscNodeConfigurationCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create the node configuration identified by node configuration name.DscNodeConfigurationsClient.get
(String resourceGroupName, String automationAccountName, String nodeConfigurationName) Retrieve the Dsc node configurations by node configuration.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscNodeConfigurationInner>,
DscNodeConfigurationInner> DscNodeConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String nodeConfigurationName, DscNodeConfigurationCreateOrUpdateParameters parameters) Create the node configuration identified by node configuration name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscNodeConfigurationInner>,
DscNodeConfigurationInner> DscNodeConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String nodeConfigurationName, DscNodeConfigurationCreateOrUpdateParameters parameters) Create the node configuration identified by node configuration name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscNodeConfigurationInner>,
DscNodeConfigurationInner> DscNodeConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String nodeConfigurationName, DscNodeConfigurationCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create the node configuration identified by node configuration name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscNodeConfigurationInner>,
DscNodeConfigurationInner> DscNodeConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String automationAccountName, String nodeConfigurationName, DscNodeConfigurationCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create the node configuration identified by node configuration name.com.azure.core.http.rest.Response<DscNodeConfigurationInner>
DscNodeConfigurationsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String nodeConfigurationName, com.azure.core.util.Context context) Retrieve the Dsc node configurations by node configuration.com.azure.core.http.rest.PagedIterable<DscNodeConfigurationInner>
DscNodeConfigurationsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of dsc node configurations.com.azure.core.http.rest.PagedIterable<DscNodeConfigurationInner>
DscNodeConfigurationsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, Integer skip, Integer top, String inlinecount, com.azure.core.util.Context context) Retrieve a list of dsc node configurations. -
Uses of DscNodeConfigurationInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscNodeConfigurationInner.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration of the node.DscNodeConfigurationInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets creation time.DscNodeConfigurationInner.withIncrementNodeConfigurationBuild
(Boolean incrementNodeConfigurationBuild) Set the incrementNodeConfigurationBuild property: If a new build version of NodeConfiguration is required.DscNodeConfigurationInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.DscNodeConfigurationInner.withNodeCount
(Long nodeCount) Set the nodeCount property: Number of nodes with this node configuration assigned.DscNodeConfigurationInner.withSource
(String source) Set the source property: Source of node configuration. -
Uses of DscNodeConfigurationInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscNodeConfiguration.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.DscNodeConfigurationInner object.Modifier and TypeMethodDescriptionDscNodeConfigurationListResult.value()
Get the value property: Gets or sets a list of Dsc node configurations.Modifier and TypeMethodDescriptionDscNodeConfigurationListResult.withValue
(List<DscNodeConfigurationInner> value) Set the value property: Gets or sets a list of Dsc node configurations.