Class DscConfigurationInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.automation.fluent.models.DscConfigurationInner

public final class DscConfigurationInner extends com.azure.core.management.Resource
Definition of the configuration type.
  • Constructor Details

    • DscConfigurationInner

      public DscConfigurationInner()
  • Method Details

    • etag

      public String etag()
      Get the etag property: Gets or sets the etag of the resource.
      Returns:
      the etag value.
    • withEtag

      public DscConfigurationInner withEtag(String etag)
      Set the etag property: Gets or sets the etag of the resource.
      Parameters:
      etag - the etag value to set.
      Returns:
      the DscConfigurationInner object itself.
    • withLocation

      public DscConfigurationInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public DscConfigurationInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • provisioningState

      public DscConfigurationProvisioningState provisioningState()
      Get the provisioningState property: Gets or sets the provisioning state of the configuration.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public DscConfigurationInner withProvisioningState(DscConfigurationProvisioningState provisioningState)
      Set the provisioningState property: Gets or sets the provisioning state of the configuration.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the DscConfigurationInner object itself.
    • jobCount

      public Integer jobCount()
      Get the jobCount property: Gets or sets the job count of the configuration.
      Returns:
      the jobCount value.
    • withJobCount

      public DscConfigurationInner withJobCount(Integer jobCount)
      Set the jobCount property: Gets or sets the job count of the configuration.
      Parameters:
      jobCount - the jobCount value to set.
      Returns:
      the DscConfigurationInner object itself.
    • parameters

      public Map<String,DscConfigurationParameter> parameters()
      Get the parameters property: Gets or sets the configuration parameters.
      Returns:
      the parameters value.
    • withParameters

      public DscConfigurationInner withParameters(Map<String,DscConfigurationParameter> parameters)
      Set the parameters property: Gets or sets the configuration parameters.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the DscConfigurationInner object itself.
    • source

      public ContentSource source()
      Get the source property: Gets or sets the source.
      Returns:
      the source value.
    • withSource

      public DscConfigurationInner withSource(ContentSource source)
      Set the source property: Gets or sets the source.
      Parameters:
      source - the source value to set.
      Returns:
      the DscConfigurationInner object itself.
    • state

      public DscConfigurationState state()
      Get the state property: Gets or sets the state of the configuration.
      Returns:
      the state value.
    • withState

      public DscConfigurationInner withState(DscConfigurationState state)
      Set the state property: Gets or sets the state of the configuration.
      Parameters:
      state - the state value to set.
      Returns:
      the DscConfigurationInner object itself.
    • logVerbose

      public Boolean logVerbose()
      Get the logVerbose property: Gets or sets verbose log option.
      Returns:
      the logVerbose value.
    • withLogVerbose

      public DscConfigurationInner withLogVerbose(Boolean logVerbose)
      Set the logVerbose property: Gets or sets verbose log option.
      Parameters:
      logVerbose - the logVerbose value to set.
      Returns:
      the DscConfigurationInner object itself.
    • creationTime

      public OffsetDateTime creationTime()
      Get the creationTime property: Gets or sets the creation time.
      Returns:
      the creationTime value.
    • withCreationTime

      public DscConfigurationInner withCreationTime(OffsetDateTime creationTime)
      Set the creationTime property: Gets or sets the creation time.
      Parameters:
      creationTime - the creationTime value to set.
      Returns:
      the DscConfigurationInner object itself.
    • lastModifiedTime

      public OffsetDateTime lastModifiedTime()
      Get the lastModifiedTime property: Gets or sets the last modified time.
      Returns:
      the lastModifiedTime value.
    • withLastModifiedTime

      public DscConfigurationInner withLastModifiedTime(OffsetDateTime lastModifiedTime)
      Set the lastModifiedTime property: Gets or sets the last modified time.
      Parameters:
      lastModifiedTime - the lastModifiedTime value to set.
      Returns:
      the DscConfigurationInner object itself.
    • nodeConfigurationCount

      public Integer nodeConfigurationCount()
      Get the nodeConfigurationCount property: Gets the number of compiled node configurations.
      Returns:
      the nodeConfigurationCount value.
    • withNodeConfigurationCount

      public DscConfigurationInner withNodeConfigurationCount(Integer nodeConfigurationCount)
      Set the nodeConfigurationCount property: Gets the number of compiled node configurations.
      Parameters:
      nodeConfigurationCount - the nodeConfigurationCount value to set.
      Returns:
      the DscConfigurationInner object itself.
    • description

      public String description()
      Get the description property: Gets or sets the description.
      Returns:
      the description value.
    • withDescription

      public DscConfigurationInner withDescription(String description)
      Set the description property: Gets or sets the description.
      Parameters:
      description - the description value to set.
      Returns:
      the DscConfigurationInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.