ArmAppServiceModelFactory.MetricAvailability 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 MetricAvailability.
public static Azure.ResourceManager.AppService.Models.MetricAvailability MetricAvailability(string timeGrain = default, TimeSpan? blobDuration = default);
static member MetricAvailability : string * Nullable<TimeSpan> -> Azure.ResourceManager.AppService.Models.MetricAvailability
Public Shared Function MetricAvailability (Optional timeGrain As String = Nothing, Optional blobDuration As Nullable(Of TimeSpan) = Nothing) As MetricAvailability
Parameters
- timeGrain
- String
Returns
A new MetricAvailability 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