WorkloadClassifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Workload classifier operations for a data warehouse
[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkloadClassifier : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkloadClassifier = class
inherit ProxyResource
Public Class WorkloadClassifier
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
WorkloadClassifier() |
Initializes a new instance of the WorkloadClassifier class. |
WorkloadClassifier(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the WorkloadClassifier class. |
Properties
Context |
Gets or sets the workload classifier context. |
EndTime |
Gets or sets the workload classifier end time for classification. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Importance |
Gets or sets the workload classifier importance. |
Label |
Gets or sets the workload classifier label. |
MemberName |
Gets or sets the workload classifier member name. |
Name |
Gets the name of the resource (Inherited from Resource) |
StartTime |
Gets or sets the workload classifier start time for classification. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET