Bagikan melalui


ServerAdvancedThreatProtectionCollection.GetAllAsync Method

Definition

Get a list of the server's Advanced Threat Protection states.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings
  • Operation Id: ServerAdvancedThreatProtectionSettings_ListByServer
  • Default Api Version: 2021-11-01-preview
  • Resource: ServerAdvancedThreatProtectionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServerAdvancedThreatProtectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to