WafRankingsResponseDataItemMetricsItem Constructors
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.
Overloads
WafRankingsResponseDataItemMetricsItem() |
Initializes a new instance of the WafRankingsResponseDataItemMetricsItem class. |
WafRankingsResponseDataItemMetricsItem(String, Nullable<Int64>, Nullable<Double>) |
Initializes a new instance of the WafRankingsResponseDataItemMetricsItem class. |
WafRankingsResponseDataItemMetricsItem()
Initializes a new instance of the WafRankingsResponseDataItemMetricsItem class.
public WafRankingsResponseDataItemMetricsItem ();
Public Sub New ()
Applies to
WafRankingsResponseDataItemMetricsItem(String, Nullable<Int64>, Nullable<Double>)
Initializes a new instance of the WafRankingsResponseDataItemMetricsItem class.
public WafRankingsResponseDataItemMetricsItem (string metric = default, long? value = default, double? percentage = default);
new Microsoft.Azure.Management.Cdn.Models.WafRankingsResponseDataItemMetricsItem : string * Nullable<int64> * Nullable<double> -> Microsoft.Azure.Management.Cdn.Models.WafRankingsResponseDataItemMetricsItem
Public Sub New (Optional metric As String = Nothing, Optional value As Nullable(Of Long) = Nothing, Optional percentage As Nullable(Of Double) = Nothing)
Parameters
- metric
- String
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