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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET