WorkloadClassifier Constructors
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.
Overloads
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. |
WorkloadClassifier()
Initializes a new instance of the WorkloadClassifier class.
public WorkloadClassifier ();
Public Sub New ()
Applies to
WorkloadClassifier(String, String, String, String, String, String, String, String, String)
Initializes a new instance of the WorkloadClassifier class.
public WorkloadClassifier (string memberName, string id = default, string name = default, string type = default, string label = default, string context = default, string startTime = default, string endTime = default, string importance = default);
new Microsoft.Azure.Management.Synapse.Models.WorkloadClassifier : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Synapse.Models.WorkloadClassifier
Public Sub New (memberName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional label As String = Nothing, Optional context As String = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional importance As String = Nothing)
Parameters
- memberName
- String
The workload classifier member name.
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- label
- String
The workload classifier label.
- context
- String
The workload classifier context.
- startTime
- String
The workload classifier start time for classification.
- endTime
- String
The workload classifier end time for classification.
- importance
- String
The workload classifier importance.
Applies to
Azure SDK for .NET