Dela via


AdvancedThreatProtectionCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of server's Advanced Threat Protection states.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/advancedThreatProtectionSettings
  • Operation Id: AdvancedThreatProtectionSettings_List
  • Default Api Version: 2023-12-01-preview
  • Resource: AdvancedThreatProtectionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.FlexibleServers.AdvancedThreatProtectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AdvancedThreatProtectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AdvancedThreatProtectionResource that may take multiple service requests to iterate over.

Applies to