WorkloadClassifier Interface

public interface WorkloadClassifier

An immutable client-side representation of WorkloadClassifier.

Method Summary

Modifier and Type Method and Description
abstract String context()

Gets the context property: The workload classifier context.

abstract String endTime()

Gets the endTime property: The workload classifier end time for classification.

abstract String id()

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

abstract String importance()

Gets the importance property: The workload classifier importance.

abstract WorkloadClassifierInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkloadClassifierInner object.

abstract String label()

Gets the label property: The workload classifier label.

abstract String memberName()

Gets the memberName property: The workload classifier member name.

abstract String name()

Gets the name property: The name of the resource.

abstract WorkloadClassifier refresh()

Refreshes the resource to sync with Azure.

abstract WorkloadClassifier refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String startTime()

Gets the startTime property: The workload classifier start time for classification.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the WorkloadClassifier resource.

Method Details

context

public abstract String context()

Gets the context property: The workload classifier context.

Returns:

the context value.

endTime

public abstract String endTime()

Gets the endTime property: The workload classifier end time for classification.

Returns:

the endTime value.

id

public abstract String id()

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

Returns:

the id value.

importance

public abstract String importance()

Gets the importance property: The workload classifier importance.

Returns:

the importance value.

innerModel

public abstract WorkloadClassifierInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkloadClassifierInner object.

Returns:

the inner object.

label

public abstract String label()

Gets the label property: The workload classifier label.

Returns:

the label value.

memberName

public abstract String memberName()

Gets the memberName property: The workload classifier member name.

Returns:

the memberName value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract WorkloadClassifier refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract WorkloadClassifier 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.

startTime

public abstract String startTime()

Gets the startTime property: The workload classifier start time for classification.

Returns:

the startTime value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract WorkloadClassifier.Update update()

Begins update for the WorkloadClassifier resource.

Returns:

the stage of resource update.

Applies to