MockableAdvisorSubscriptionResource.GetSuppressionContracts 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.Pageable<Azure.ResourceManager.Advisor.SuppressionContractResource> GetSuppressionContracts (int? top = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSuppressionContracts : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Advisor.SuppressionContractResource>
override this.GetSuppressionContracts : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Advisor.SuppressionContractResource>
Public Overridable Function GetSuppressionContracts (Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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
A collection of SuppressionContractResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET