ArmAppServiceModelFactory.PerfMonSample 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 PerfMonSample.
public static Azure.ResourceManager.AppService.Models.PerfMonSample PerfMonSample(DateTimeOffset? time = default, string instanceName = default, double? value = default);
static member PerfMonSample : Nullable<DateTimeOffset> * string * Nullable<double> -> Azure.ResourceManager.AppService.Models.PerfMonSample
Public Shared Function PerfMonSample (Optional time As Nullable(Of DateTimeOffset) = Nothing, Optional instanceName As String = Nothing, Optional value As Nullable(Of Double) = Nothing) As PerfMonSample
Parameters
- time
- Nullable<DateTimeOffset>
Point in time for which counter was measured.
- instanceName
- String
Name of the server on which the measurement is made.
Returns
A new PerfMonSample instance for mocking.
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