Interface DscConfiguration
public interface DscConfiguration
An immutable client-side representation of DscConfiguration.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the DscConfiguration definition.static interface
The DscConfiguration definition stages.static interface
The template for DscConfiguration update.static interface
The DscConfiguration update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the creationTime property: Gets or sets the creation time.Gets the description property: Gets or sets the description.etag()
Gets the etag property: Gets or sets the etag of the resource.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.automation.fluent.models.DscConfigurationInner object.jobCount()
Gets the jobCount property: Gets or sets the job count of the configuration.Gets the lastModifiedTime property: Gets or sets the last modified time.location()
Gets the location property: The geo-location where the resource lives.Gets the logVerbose property: Gets or sets verbose log option.name()
Gets the name property: The name of the resource.Gets the nodeConfigurationCount property: Gets the number of compiled node configurations.Gets the parameters property: Gets or sets the configuration parameters.Gets the provisioningState property: Gets or sets the provisioning state of the configuration.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.com.azure.core.management.Region
region()
Gets the region of the resource.Gets the name of the resource region.Gets the name of the resource group.source()
Gets the source property: Gets or sets the source.state()
Gets the state property: Gets or sets the state of the configuration.tags()
Gets the tags property: Resource tags.type()
Gets the type property: The type of the resource.update()
Begins update for the DscConfiguration resource.
-
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
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
DscConfigurationProvisioningState 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
Map<String,DscConfigurationParameter> 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
DscConfigurationState 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
DscConfiguration.Update 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
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-