Share via


WafRankingsResponse Constructors

Definition

Overloads

WafRankingsResponse()

Initializes a new instance of the WafRankingsResponse class.

WafRankingsResponse(Nullable<DateTime>, Nullable<DateTime>, IList<String>, IList<WafRankingsResponseDataItem>)

Initializes a new instance of the WafRankingsResponse class.

WafRankingsResponse()

Initializes a new instance of the WafRankingsResponse class.

public WafRankingsResponse ();
Public Sub New ()

Applies to

WafRankingsResponse(Nullable<DateTime>, Nullable<DateTime>, IList<String>, IList<WafRankingsResponseDataItem>)

Initializes a new instance of the WafRankingsResponse class.

public WafRankingsResponse (DateTime? dateTimeBegin = default, DateTime? dateTimeEnd = default, System.Collections.Generic.IList<string> groups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.WafRankingsResponseDataItem> data = default);
new Microsoft.Azure.Management.Cdn.Models.WafRankingsResponse : Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.WafRankingsResponseDataItem> -> Microsoft.Azure.Management.Cdn.Models.WafRankingsResponse
Public Sub New (Optional dateTimeBegin As Nullable(Of DateTime) = Nothing, Optional dateTimeEnd As Nullable(Of DateTime) = Nothing, Optional groups As IList(Of String) = Nothing, Optional data As IList(Of WafRankingsResponseDataItem) = Nothing)

Parameters

dateTimeBegin
Nullable<DateTime>
dateTimeEnd
Nullable<DateTime>
groups
IList<String>

Applies to