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 allowedValues property: Allowed values of the configuration.

abstract String dataType()

Gets the dataType property: Data type of the configuration.

abstract String defaultValue()

Gets the defaultValue property: Default value of the configuration.

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 ConfigurationInner innerModel()

Gets the inner com.azure.resourcemanager.mariadb.fluent.models.ConfigurationInner object.

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:

the allowedValues value.

dataType

public abstract String dataType()

Gets the dataType property: Data type of the configuration.

Returns:

the dataType value.

defaultValue

public abstract String defaultValue()

Gets the defaultValue property: Default value of the configuration.

Returns:

the defaultValue value.

description

public abstract String description()

Gets the description property: Description of the configuration.

Returns:

the description value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ConfigurationInner innerModel()

Gets the inner com.azure.resourcemanager.mariadb.fluent.models.ConfigurationInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract Configuration refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Configuration refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

source

public abstract String source()

Gets the source property: Source of the configuration.

Returns:

the source value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Configuration.Update update()

Begins update for the Configuration resource.

Returns:

the stage of resource update.

value

public abstract String value()

Gets the value property: Value of the configuration.

Returns:

the value value.

Applies to