Sdílet prostřednictvím


ArmSqlModelFactory.WorkloadClassifierData Method

Definition

Initializes a new instance of WorkloadClassifierData.

public static Azure.ResourceManager.Sql.WorkloadClassifierData WorkloadClassifierData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string memberName = default, string label = default, string context = default, string startTime = default, string endTime = default, string importance = default);
static member WorkloadClassifierData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * string -> Azure.ResourceManager.Sql.WorkloadClassifierData
Public Shared Function WorkloadClassifierData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional memberName 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) As WorkloadClassifierData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

memberName
String

The workload classifier member name.

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.

Returns

A new WorkloadClassifierData instance for mocking.

Applies to