Uses of Class
com.azure.resourcemanager.automation.fluent.models.DscConfigurationInner
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 DscConfigurationInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionDscConfigurationsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String configurationName, DscConfigurationCreateOrUpdateParameters parameters) Create the configuration identified by configuration name.DscConfigurationsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String configurationName, String parameters) Create the configuration identified by configuration name.DscConfigurationsClient.get
(String resourceGroupName, String automationAccountName, String configurationName) Retrieve the configuration identified by configuration name.DscConfigurationsClient.update
(String resourceGroupName, String automationAccountName, String configurationName) Create the configuration identified by configuration name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DscConfigurationInner>
DscConfigurationsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, DscConfigurationCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create the configuration identified by configuration name.com.azure.core.http.rest.Response<DscConfigurationInner>
DscConfigurationsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, String parameters, com.azure.core.util.Context context) Create the configuration identified by configuration name.com.azure.core.http.rest.Response<DscConfigurationInner>
DscConfigurationsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, com.azure.core.util.Context context) Retrieve the configuration identified by configuration name.com.azure.core.http.rest.PagedIterable<DscConfigurationInner>
DscConfigurationsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of configurations.com.azure.core.http.rest.PagedIterable<DscConfigurationInner>
DscConfigurationsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, Integer skip, Integer top, String inlinecount, com.azure.core.util.Context context) Retrieve a list of configurations.com.azure.core.http.rest.Response<DscConfigurationInner>
DscConfigurationsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, DscConfigurationUpdateParameters parameters, com.azure.core.util.Context context) Create the configuration identified by configuration name.com.azure.core.http.rest.Response<DscConfigurationInner>
DscConfigurationsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String configurationName, String parameters, com.azure.core.util.Context context) Create the configuration identified by configuration name. -
Uses of DscConfigurationInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscConfigurationInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.DscConfigurationInner.withDescription
(String description) Set the description property: Gets or sets the description.Set the etag property: Gets or sets the etag of the resource.DscConfigurationInner.withJobCount
(Integer jobCount) Set the jobCount property: Gets or sets the job count of the configuration.DscConfigurationInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.DscConfigurationInner.withLocation
(String location) DscConfigurationInner.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.DscConfigurationInner.withNodeConfigurationCount
(Integer nodeConfigurationCount) Set the nodeConfigurationCount property: Gets the number of compiled node configurations.DscConfigurationInner.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.DscConfigurationInner.withProvisioningState
(DscConfigurationProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the configuration.DscConfigurationInner.withSource
(ContentSource source) Set the source property: Gets or sets the source.DscConfigurationInner.withState
(DscConfigurationState state) Set the state property: Gets or sets the state of the configuration. -
Uses of DscConfigurationInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfiguration.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.DscConfigurationInner object.Modifier and TypeMethodDescriptionDscConfigurationListResult.value()
Get the value property: Gets or sets a list of configurations.Modifier and TypeMethodDescriptionDscConfigurationListResult.withValue
(List<DscConfigurationInner> value) Set the value property: Gets or sets a list of configurations.