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