ResolvedConfiguration Interface

public interface ResolvedConfiguration

An immutable client-side representation of ResolvedConfiguration.

Method Summary

Modifier and Type Method and Description
abstract String configuration()

Gets the configuration property: Resolved Configuration as string.

abstract ResolvedConfigurationInner innerModel()

Gets the inner com.azure.resourcemanager.workloadorchestration.fluent.models.ResolvedConfigurationInner object.

Method Details

configuration

public abstract String configuration()

Gets the configuration property: Resolved Configuration as string.

Returns:

the configuration value.

innerModel

public abstract ResolvedConfigurationInner innerModel()

Gets the inner com.azure.resourcemanager.workloadorchestration.fluent.models.ResolvedConfigurationInner object.

Returns:

the inner object.

Applies to