RankingsResponseTablesItemDataItem 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
RankingsResponseTablesItemDataItem() |
Initializes a new instance of the RankingsResponseTablesItemDataItem class. |
RankingsResponseTablesItemDataItem(String, IList<RankingsResponseTablesItemDataItemMetricsItem>) |
Initializes a new instance of the RankingsResponseTablesItemDataItem class. |
RankingsResponseTablesItemDataItem()
Initializes a new instance of the RankingsResponseTablesItemDataItem class.
public RankingsResponseTablesItemDataItem ();
Public Sub New ()
Applies to
RankingsResponseTablesItemDataItem(String, IList<RankingsResponseTablesItemDataItemMetricsItem>)
Initializes a new instance of the RankingsResponseTablesItemDataItem class.
public RankingsResponseTablesItemDataItem (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.RankingsResponseTablesItemDataItemMetricsItem> metrics = default);
new Microsoft.Azure.Management.Cdn.Models.RankingsResponseTablesItemDataItem : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.RankingsResponseTablesItemDataItemMetricsItem> -> Microsoft.Azure.Management.Cdn.Models.RankingsResponseTablesItemDataItem
Public Sub New (Optional name As String = Nothing, Optional metrics As IList(Of RankingsResponseTablesItemDataItemMetricsItem) = Nothing)
Parameters
- name
- 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