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 end |
| 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
Workload |
innerModel()
Gets the inner com. |
| abstract String |
label()
Gets the label property: The workload classifier label. |
| abstract String |
memberName()
Gets the member |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Workload |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Workload |
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 start |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Workload |
Method Details
context
public abstract String context()
Gets the context property: The workload classifier context.
Returns:
endTime
public abstract String endTime()
Gets the endTime property: The workload classifier end time for classification.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
importance
public abstract String importance()
Gets the importance property: The workload classifier importance.
Returns:
innerModel
public abstract WorkloadClassifierInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkloadClassifierInner object.
Returns:
label
public abstract String label()
Gets the label property: The workload classifier label.
Returns:
memberName
public abstract String memberName()
Gets the memberName property: The workload classifier member name.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract WorkloadClassifier refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract WorkloadClassifier 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:
startTime
public abstract String startTime()
Gets the startTime property: The workload classifier start time for classification.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract WorkloadClassifier.Update update()
Begins update for the WorkloadClassifier resource.
Returns: