Class WorkloadClassifierInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.sql.fluent.models.WorkloadClassifierInner
-
public class WorkloadClassifierInner extends com.azure.core.management.ProxyResourceWorkload classifier operations for a data warehouse.
-
-
Constructor Summary
Constructors Constructor Description WorkloadClassifierInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcontext()Get the context property: The workload classifier context.StringendTime()Get the endTime property: The workload classifier end time for classification.Stringimportance()Get the importance property: The workload classifier importance.Stringlabel()Get the label property: The workload classifier label.StringmemberName()Get the memberName property: The workload classifier member name.StringstartTime()Get the startTime property: The workload classifier start time for classification.voidvalidate()Validates the instance.WorkloadClassifierInnerwithContext(String context)Set the context property: The workload classifier context.WorkloadClassifierInnerwithEndTime(String endTime)Set the endTime property: The workload classifier end time for classification.WorkloadClassifierInnerwithImportance(String importance)Set the importance property: The workload classifier importance.WorkloadClassifierInnerwithLabel(String label)Set the label property: The workload classifier label.WorkloadClassifierInnerwithMemberName(String memberName)Set the memberName property: The workload classifier member name.WorkloadClassifierInnerwithStartTime(String startTime)Set the startTime property: The workload classifier start time for classification.
-
-
-
Method Detail
-
memberName
public String memberName()
Get the memberName property: The workload classifier member name.- Returns:
- the memberName value.
-
withMemberName
public WorkloadClassifierInner withMemberName(String memberName)
Set the memberName property: The workload classifier member name.- Parameters:
memberName- the memberName value to set.- Returns:
- the WorkloadClassifierInner object itself.
-
label
public String label()
Get the label property: The workload classifier label.- Returns:
- the label value.
-
withLabel
public WorkloadClassifierInner withLabel(String label)
Set the label property: The workload classifier label.- Parameters:
label- the label value to set.- Returns:
- the WorkloadClassifierInner object itself.
-
context
public String context()
Get the context property: The workload classifier context.- Returns:
- the context value.
-
withContext
public WorkloadClassifierInner withContext(String context)
Set the context property: The workload classifier context.- Parameters:
context- the context value to set.- Returns:
- the WorkloadClassifierInner object itself.
-
startTime
public String startTime()
Get the startTime property: The workload classifier start time for classification.- Returns:
- the startTime value.
-
withStartTime
public WorkloadClassifierInner withStartTime(String startTime)
Set the startTime property: The workload classifier start time for classification.- Parameters:
startTime- the startTime value to set.- Returns:
- the WorkloadClassifierInner object itself.
-
endTime
public String endTime()
Get the endTime property: The workload classifier end time for classification.- Returns:
- the endTime value.
-
withEndTime
public WorkloadClassifierInner withEndTime(String endTime)
Set the endTime property: The workload classifier end time for classification.- Parameters:
endTime- the endTime value to set.- Returns:
- the WorkloadClassifierInner object itself.
-
importance
public String importance()
Get the importance property: The workload classifier importance.- Returns:
- the importance value.
-
withImportance
public WorkloadClassifierInner withImportance(String importance)
Set the importance property: The workload classifier importance.- Parameters:
importance- the importance value to set.- Returns:
- the WorkloadClassifierInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-