Uses of Class
com.azure.resourcemanager.automation.fluent.models.DscConfigurationProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of DscConfigurationProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscConfigurationProperties.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.DscConfigurationProperties.withDescription
(String description) Set the description property: Gets or sets the description.DscConfigurationProperties.withJobCount
(Integer jobCount) Set the jobCount property: Gets or sets the job count of the configuration.DscConfigurationProperties.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.DscConfigurationProperties.withLogVerbose
(Boolean logVerbose) Set the logVerbose property: Gets or sets verbose log option.DscConfigurationProperties.withNodeConfigurationCount
(Integer nodeConfigurationCount) Set the nodeConfigurationCount property: Gets the number of compiled node configurations.DscConfigurationProperties.withParameters
(Map<String, DscConfigurationParameter> parameters) Set the parameters property: Gets or sets the configuration parameters.DscConfigurationProperties.withProvisioningState
(DscConfigurationProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the configuration.DscConfigurationProperties.withSource
(ContentSource source) Set the source property: Gets or sets the source.DscConfigurationProperties.withState
(DscConfigurationState state) Set the state property: Gets or sets the state of the configuration.