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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET