RankingRankingResponse 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
RankingRankingResponse() |
Initializes a new instance of the RankingRankingResponse class. |
RankingRankingResponse(RankingRankingGroup, RankingRankingGroup, RankingRankingGroup) |
Initializes a new instance of the RankingRankingResponse class. |
RankingRankingResponse()
Initializes a new instance of the RankingRankingResponse class.
public RankingRankingResponse ();
Public Sub New ()
Applies to
RankingRankingResponse(RankingRankingGroup, RankingRankingGroup, RankingRankingGroup)
Initializes a new instance of the RankingRankingResponse class.
public RankingRankingResponse (Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingGroup pole = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingGroup mainline = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingGroup sidebar = default);
new Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingResponse : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingGroup * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingGroup * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingGroup -> Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingResponse
Public Sub New (Optional pole As RankingRankingGroup = Nothing, Optional mainline As RankingRankingGroup = Nothing, Optional sidebar As RankingRankingGroup = Nothing)
Parameters
- pole
- RankingRankingGroup
The search results that should be afforded the most visible treatment (for example, displayed above the mainline and sidebar).
- mainline
- RankingRankingGroup
The search results to display in the mainline.
- sidebar
- RankingRankingGroup
The search results to display in the sidebar.
Applies to
Azure SDK for .NET