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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET