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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET