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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET