QueuesModelFactory.QueueMetrics 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.
The metrics properties.
public static Azure.Storage.Queues.Models.QueueMetrics QueueMetrics(string version = default, bool enabled = false, bool? includeApis = default, Azure.Storage.Queues.Models.QueueRetentionPolicy retentionPolicy = default);
static member QueueMetrics : string * bool * Nullable<bool> * Azure.Storage.Queues.Models.QueueRetentionPolicy -> Azure.Storage.Queues.Models.QueueMetrics
Public Shared Function QueueMetrics (Optional version As String = Nothing, Optional enabled As Boolean = false, Optional includeApis As Nullable(Of Boolean) = Nothing, Optional retentionPolicy As QueueRetentionPolicy = Nothing) As QueueMetrics
Parameters
- version
- String
The version of the metrics properties.
- enabled
- Boolean
Whether it is enabled.
- retentionPolicy
- QueueRetentionPolicy
The retention policy of the metrics.
Returns
A new QueueMetrics instance for mocking.