다음을 통해 공유


RankingsResponseTablesItem Constructors

Definition

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

Applies to