ArmCdnModelFactory.WafRankingsResponse Method
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.
Initializes a new instance of WafRankingsResponse.
public static Azure.ResourceManager.Cdn.Models.WafRankingsResponse WafRankingsResponse (DateTimeOffset? dateTimeBegin = default, DateTimeOffset? dateTimeEnd = default, System.Collections.Generic.IEnumerable<string> groups = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.WafRankingsResponseDataItem> data = default);
static member WafRankingsResponse : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<string> * seq<Azure.ResourceManager.Cdn.Models.WafRankingsResponseDataItem> -> Azure.ResourceManager.Cdn.Models.WafRankingsResponse
Public Shared Function WafRankingsResponse (Optional dateTimeBegin As Nullable(Of DateTimeOffset) = Nothing, Optional dateTimeEnd As Nullable(Of DateTimeOffset) = Nothing, Optional groups As IEnumerable(Of String) = Nothing, Optional data As IEnumerable(Of WafRankingsResponseDataItem) = Nothing) As WafRankingsResponse
Parameters
- dateTimeBegin
- Nullable<DateTimeOffset>
- dateTimeEnd
- Nullable<DateTimeOffset>
- groups
- IEnumerable<String>
Returns
A new WafRankingsResponse instance for mocking.
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