AdvisorResiliencyReviewCollection.GetAll 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.
Get list of Azure Advisor resiliency reviews.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/resiliencyReviews.
- Operation Id. : ResiliencyReviews_List.
- Default Api Version. : 2025-05-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Advisor.AdvisorResiliencyReviewResource> GetAll(int? top = default, int? skip = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Advisor.AdvisorResiliencyReviewResource>
override this.GetAll : Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Advisor.AdvisorResiliencyReviewResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AdvisorResiliencyReviewResource)
Parameters
- filter
- String
The filter to apply.<br>Filter can be applied to properties ['reviewStatus', 'reviewId'] with operators ['eq', 'and', 'or'].<br>Example:<br>- $filter=reviewStatus eq 'New'.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of AdvisorResiliencyReviewResource that may take multiple service requests to iterate over.