public class WorkloadClassifierInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
WorkloadClassifierInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
context()
Get the context property: The workload classifier context.
|
String |
endTime()
Get the endTime property: The workload classifier end time for classification.
|
String |
importance()
Get the importance property: The workload classifier importance.
|
String |
label()
Get the label property: The workload classifier label.
|
String |
memberName()
Get the memberName property: The workload classifier member name.
|
String |
startTime()
Get the startTime property: The workload classifier start time for classification.
|
void |
validate()
Validates the instance.
|
WorkloadClassifierInner |
withContext(String context)
Set the context property: The workload classifier context.
|
WorkloadClassifierInner |
withEndTime(String endTime)
Set the endTime property: The workload classifier end time for classification.
|
WorkloadClassifierInner |
withImportance(String importance)
Set the importance property: The workload classifier importance.
|
WorkloadClassifierInner |
withLabel(String label)
Set the label property: The workload classifier label.
|
WorkloadClassifierInner |
withMemberName(String memberName)
Set the memberName property: The workload classifier member name.
|
WorkloadClassifierInner |
withStartTime(String startTime)
Set the startTime property: The workload classifier start time for classification.
|
public String memberName()
public WorkloadClassifierInner withMemberName(String memberName)
memberName - the memberName value to set.public String label()
public WorkloadClassifierInner withLabel(String label)
label - the label value to set.public String context()
public WorkloadClassifierInner withContext(String context)
context - the context value to set.public String startTime()
public WorkloadClassifierInner withStartTime(String startTime)
startTime - the startTime value to set.public String endTime()
public WorkloadClassifierInner withEndTime(String endTime)
endTime - the endTime value to set.public String importance()
public WorkloadClassifierInner withImportance(String importance)
importance - the importance value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.