共用方式為


PerfMonSet 建構函式

定義

多載

PerfMonSet()

初始化 PerfMonSet 類別的新實例。

PerfMonSet(String, Nullable<DateTime>, Nullable<DateTime>, String, IList<PerfMonSample>)

初始化 PerfMonSet 類別的新實例。

PerfMonSet()

初始化 PerfMonSet 類別的新實例。

public PerfMonSet ();
Public Sub New ()

適用於

PerfMonSet(String, Nullable<DateTime>, Nullable<DateTime>, String, IList<PerfMonSample>)

初始化 PerfMonSet 類別的新實例。

public PerfMonSet (string name = default, DateTime? startTime = default, DateTime? endTime = default, string timeGrain = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSample> values = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSet : string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSample> -> Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSet
Public Sub New (Optional name As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional timeGrain As String = Nothing, Optional values As IList(Of PerfMonSample) = Nothing)

參數

name
String

計數器的唯一索引鍵名稱。

startTime
Nullable<DateTime>

期間開始時間。

endTime
Nullable<DateTime>

期間結束時間。

timeGrain
String

呈現的時間粒紋。

values
IList<PerfMonSample>

在這段期間作用中的背景工作角色集合。

適用於