Bagikan melalui


ExtendedServerBlobAuditingPolicyCollection.GetAll(CancellationToken) Method

Definition

Lists extended auditing settings of a server.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ExtendedServerBlobAuditingPolicyResource that may take multiple service requests to iterate over.

Applies to