ArmCdnModelFactory.RankingsResponse 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 RankingsResponse.
public static Azure.ResourceManager.Cdn.Models.RankingsResponse RankingsResponse(DateTimeOffset? dateTimeBegin = default, DateTimeOffset? dateTimeEnd = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.RankingsResponseTablesItem> tables = default);
static member RankingsResponse : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Cdn.Models.RankingsResponseTablesItem> -> Azure.ResourceManager.Cdn.Models.RankingsResponse
Public Shared Function RankingsResponse (Optional dateTimeBegin As Nullable(Of DateTimeOffset) = Nothing, Optional dateTimeEnd As Nullable(Of DateTimeOffset) = Nothing, Optional tables As IEnumerable(Of RankingsResponseTablesItem) = Nothing) As RankingsResponse
Parameters
- dateTimeBegin
- Nullable<DateTimeOffset>
- dateTimeEnd
- Nullable<DateTimeOffset>
Returns
A new RankingsResponse 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