WorkloadClassifierInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. WorkloadClassifierInner
- com.
- com.
public final class WorkloadClassifierInner
extends ProxyResource
Workload classifier operations for a data warehouse.
Constructor Summary
Constructor | Description |
---|---|
WorkloadClassifierInner() |
Creates an instance of Workload |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
context()
Get the context property: The workload classifier context. |
String |
endTime()
Get the end |
static
Workload |
fromJson(JsonReader jsonReader)
Reads an instance of Workload |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
importance()
Get the importance property: The workload classifier importance. |
String |
label()
Get the label property: The workload classifier label. |
String |
memberName()
Get the member |
String |
name()
Get the name property: The name of the resource. |
String |
startTime()
Get the start |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Workload |
withContext(String context)
Set the context property: The workload classifier context. |
Workload |
withEndTime(String endTime)
Set the end |
Workload |
withImportance(String importance)
Set the importance property: The workload classifier importance. |
Workload |
withLabel(String label)
Set the label property: The workload classifier label. |
Workload |
withMemberName(String memberName)
Set the member |
Workload |
withStartTime(String startTime)
Set the start |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
WorkloadClassifierInner
public WorkloadClassifierInner()
Creates an instance of WorkloadClassifierInner class.
Method Details
context
public String context()
Get the context property: The workload classifier context.
Returns:
endTime
public String endTime()
Get the endTime property: The workload classifier end time for classification.
Returns:
fromJson
public static WorkloadClassifierInner fromJson(JsonReader jsonReader)
Reads an instance of WorkloadClassifierInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WorkloadClassifierInner.id()Returns:
importance
public String importance()
Get the importance property: The workload classifier importance.
Returns:
label
public String label()
Get the label property: The workload classifier label.
Returns:
memberName
public String memberName()
Get the memberName property: The workload classifier member name.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WorkloadClassifierInner.name()Returns:
startTime
public String startTime()
Get the startTime property: The workload classifier start time for classification.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkloadClassifierInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WorkloadClassifierInner.type()Returns:
validate
public void validate()
Validates the instance.
withContext
public WorkloadClassifierInner withContext(String context)
Set the context property: The workload classifier context.
Parameters:
Returns:
withEndTime
public WorkloadClassifierInner withEndTime(String endTime)
Set the endTime property: The workload classifier end time for classification.
Parameters:
Returns:
withImportance
public WorkloadClassifierInner withImportance(String importance)
Set the importance property: The workload classifier importance.
Parameters:
Returns:
withLabel
public WorkloadClassifierInner withLabel(String label)
Set the label property: The workload classifier label.
Parameters:
Returns:
withMemberName
public WorkloadClassifierInner withMemberName(String memberName)
Set the memberName property: The workload classifier member name.
Parameters:
Returns:
withStartTime
public WorkloadClassifierInner withStartTime(String startTime)
Set the startTime property: The workload classifier start time for classification.
Parameters:
Returns:
Applies to
Azure SDK for Java