Uses of Class
com.azure.resourcemanager.automation.models.DscConfigurationCreateOrUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscConfigurationCreateOrUpdateParameters 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.com.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. -
Uses of DscConfigurationCreateOrUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfigurationCreateOrUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the configuration.DscConfigurationCreateOrUpdateParameters.withLocation
(String location) Set the location property: Gets or sets the location of the resource.DscConfigurationCreateOrUpdateParameters.withLogProgress
(Boolean logProgress) Set the logProgress property: Gets or sets progress log option.DscConfigurationCreateOrUpdateParameters.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.Set the name property: Gets or sets name of the resource.DscConfigurationCreateOrUpdateParameters.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.DscConfigurationCreateOrUpdateParameters.withSource
(ContentSource source) Set the source property: Gets or sets the source.Set the tags property: Gets or sets the tags attached to the resource.