WorkloadClassifier.DefinitionStages.WithLabel Interface

public static interface WorkloadClassifier.DefinitionStages.WithLabel

The stage of the WorkloadClassifier definition allowing to specify label.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLabel(String label)

Specifies the label property: The workload classifier label..

Method Details

withLabel

public abstract WorkloadClassifier.DefinitionStages.WithCreate withLabel(String label)

Specifies the label property: The workload classifier label..

Parameters:

label - The workload classifier label.

Returns:

the next definition stage.

Applies to