ArmSqlModelFactory.WorkloadClassifierData Method
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.
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
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET