PerfMonSet 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
計數器的唯一索引鍵名稱。
- timeGrain
- String
呈現的時間粒紋。
- values
- IList<PerfMonSample>
在這段期間作用中的背景工作角色集合。