Configuration Interface
public interface Configuration
An immutable client-side representation of Configuration.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
allowedValues()
Gets the allowed |
| abstract String |
dataType()
Gets the data |
| abstract String |
defaultValue()
Gets the default |
| abstract String |
description()
Gets the description property: Description of the configuration. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Configuration |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Configuration |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Configuration |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
source()
Gets the source property: Source of the configuration. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Configuration resource. |
| abstract String |
value()
Gets the value property: Value of the configuration. |
Method Details
allowedValues
public abstract String allowedValues()
Gets the allowedValues property: Allowed values of the configuration.
Returns:
dataType
public abstract String dataType()
Gets the dataType property: Data type of the configuration.
Returns:
defaultValue
public abstract String defaultValue()
Gets the defaultValue property: Default value of the configuration.
Returns:
description
public abstract String description()
Gets the description property: Description of the configuration.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ConfigurationInner innerModel()
Gets the inner com.azure.resourcemanager.postgresql.fluent.models.ConfigurationInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Configuration refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Configuration refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
source
public abstract String source()
Gets the source property: Source of the configuration.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Configuration.Update update()
Begins update for the Configuration resource.
Returns:
value
public abstract String value()
Gets the value property: Value of the configuration.
Returns: