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