你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PerfMonSample 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
PerfMonSample() | |
PerfMonSample(Nullable<DateTime>, String, Nullable<Double>, Nullable<Int32>) |
PerfMonSample()
public PerfMonSample ();
Public Sub New ()
Applies to
PerfMonSample(Nullable<DateTime>, String, Nullable<Double>, Nullable<Int32>)
public PerfMonSample (DateTime? time = default, string instanceName = default, double? value = default, int? coreCount = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.PerfMonSample : Nullable<DateTime> * string * Nullable<double> * Nullable<int> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.PerfMonSample
Public Sub New (Optional time As Nullable(Of DateTime) = Nothing, Optional instanceName As String = Nothing, Optional value As Nullable(Of Double) = Nothing, Optional coreCount As Nullable(Of Integer) = Nothing)
Parameters
- instanceName
- String