SecurityCenterStandardCollection.GetAll(CancellationToken) Method

Definition

Get security standards on all your resources inside a scope

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/standards.
  • Operation Id. : Standards_List.
  • Default Api Version. : 2021-08-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityCenterStandardResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to