ArmAppServiceModelFactory.PerfMonSet 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 PerfMonSet.
public static Azure.ResourceManager.AppService.Models.PerfMonSet PerfMonSet (string name = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string timeGrain = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.PerfMonSample> values = default);
static member PerfMonSet : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * seq<Azure.ResourceManager.AppService.Models.PerfMonSample> -> Azure.ResourceManager.AppService.Models.PerfMonSet
Public Shared Function PerfMonSet (Optional name As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional timeGrain As String = Nothing, Optional values As IEnumerable(Of PerfMonSample) = Nothing) As PerfMonSet
Parameters
- name
- String
Unique key name of the counter.
- startOn
- Nullable<DateTimeOffset>
Start time of the period.
- endOn
- Nullable<DateTimeOffset>
End time of the period.
- timeGrain
- String
Presented time grain.
- values
- IEnumerable<PerfMonSample>
Collection of workers that are active during this time.
Returns
A new PerfMonSet 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