RecommendationsOperationsExtensions.List 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.
Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Advisor.Models.ResourceRecommendationBase> List (this Microsoft.Azure.Management.Advisor.IRecommendationsOperations operations, string filter = default, int? top = default, string skipToken = default);
static member List : Microsoft.Azure.Management.Advisor.IRecommendationsOperations * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Advisor.Models.ResourceRecommendationBase>
<Extension()>
Public Function List (operations As IRecommendationsOperations, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing) As IPage(Of ResourceRecommendationBase)
Parameters
- operations
- IRecommendationsOperations
The operations group for this extension method.
- filter
- String
The filter to apply to the recommendations.
The number of recommendations per page if a paged version of this API is being used.
- skipToken
- String
The page-continuation token to use with a paged version of this API.
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET