RankingsResponse 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
RankingsResponse() |
Initializes a new instance of the RankingsResponse class. |
RankingsResponse(Nullable<DateTime>, Nullable<DateTime>, IList<RankingsResponseTablesItem>) |
Initializes a new instance of the RankingsResponse class. |
RankingsResponse()
Initializes a new instance of the RankingsResponse class.
public RankingsResponse ();
Public Sub New ()
Applies to
RankingsResponse(Nullable<DateTime>, Nullable<DateTime>, IList<RankingsResponseTablesItem>)
Initializes a new instance of the RankingsResponse class.
public RankingsResponse (DateTime? dateTimeBegin = default, DateTime? dateTimeEnd = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.RankingsResponseTablesItem> tables = default);
new Microsoft.Azure.Management.Cdn.Models.RankingsResponse : Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.RankingsResponseTablesItem> -> Microsoft.Azure.Management.Cdn.Models.RankingsResponse
Public Sub New (Optional dateTimeBegin As Nullable(Of DateTime) = Nothing, Optional dateTimeEnd As Nullable(Of DateTime) = Nothing, Optional tables As IList(Of RankingsResponseTablesItem) = Nothing)
Parameters
- tables
- IList<RankingsResponseTablesItem>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET