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() |
Initializes a new instance of the PerfMonSample class. |
PerfMonSample(Nullable<DateTime>, String, Nullable<Double>) |
Initializes a new instance of the PerfMonSample class. |
PerfMonSample()
Initializes a new instance of the PerfMonSample class.
public PerfMonSample();
Public Sub New ()
Applies to
PerfMonSample(Nullable<DateTime>, String, Nullable<Double>)
Initializes a new instance of the PerfMonSample class.
public PerfMonSample(DateTime? time = default, string instanceName = default, double? value = default);
new Microsoft.Azure.Management.WebSites.Models.PerfMonSample : Nullable<DateTime> * string * Nullable<double> -> Microsoft.Azure.Management.WebSites.Models.PerfMonSample
Public Sub New (Optional time As Nullable(Of DateTime) = Nothing, Optional instanceName As String = Nothing, Optional value As Nullable(Of Double) = Nothing)
Parameters
- instanceName
- String
Name of the server on which the measurement is made.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET