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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET