WafRankingsResponseDataItem 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
WafRankingsResponseDataItem() |
Initializes a new instance of the WafRankingsResponseDataItem class. |
WafRankingsResponseDataItem(IList<String>, IList<WafRankingsResponseDataItemMetricsItem>) |
Initializes a new instance of the WafRankingsResponseDataItem class. |
WafRankingsResponseDataItem()
Initializes a new instance of the WafRankingsResponseDataItem class.
public WafRankingsResponseDataItem ();
Public Sub New ()
Applies to
WafRankingsResponseDataItem(IList<String>, IList<WafRankingsResponseDataItemMetricsItem>)
Initializes a new instance of the WafRankingsResponseDataItem class.
public WafRankingsResponseDataItem (System.Collections.Generic.IList<string> groupValues = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.WafRankingsResponseDataItemMetricsItem> metrics = default);
new Microsoft.Azure.Management.Cdn.Models.WafRankingsResponseDataItem : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.WafRankingsResponseDataItemMetricsItem> -> Microsoft.Azure.Management.Cdn.Models.WafRankingsResponseDataItem
Public Sub New (Optional groupValues As IList(Of String) = Nothing, Optional metrics As IList(Of WafRankingsResponseDataItemMetricsItem) = Nothing)
Parameters
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET