Interface DscConfiguration


public interface DscConfiguration
An immutable client-side representation of DscConfiguration.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • etag

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

      Gets the provisioningState property: Gets or sets the provisioning state of the configuration.
      Returns:
      the provisioningState value.
    • jobCount

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

      Gets the parameters property: Gets or sets the configuration parameters.
      Returns:
      the parameters value.
    • source

      ContentSource source()
      Gets the source property: Gets or sets the source.
      Returns:
      the source value.
    • state

      Gets the state property: Gets or sets the state of the configuration.
      Returns:
      the state value.
    • logVerbose

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

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

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

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

      String description()
      Gets the description property: Gets or sets the description.
      Returns:
      the description value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      DscConfigurationInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.DscConfigurationInner object.
      Returns:
      the inner object.
    • update

      Begins update for the DscConfiguration resource.
      Returns:
      the stage of resource update.
    • refresh

      DscConfiguration refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      DscConfiguration refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.