MockableAdvisorSubscriptionResource.GetSuppressionContractsAsync 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.
Retrieves the list of snoozed or dismissed suppressions for a subscription. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions
- Operation Id: Suppressions_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Advisor.SuppressionContractResource> GetSuppressionContractsAsync (int? top = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSuppressionContractsAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.SuppressionContractResource>
override this.GetSuppressionContractsAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Advisor.SuppressionContractResource>
Public Overridable Function GetSuppressionContractsAsync (Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SuppressionContractResource)
Parameters
The number of suppressions 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.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of SuppressionContractResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET