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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET