InformationProtectionPolicyCollection.GetAllAsync(CancellationToken) Method

Definition

Information protection policies of a specific management group.

  • Request Path. : /{scope}/providers/Microsoft.Security/informationProtectionPolicies.
  • Operation Id. : InformationProtectionPolicies_List.
  • Default Api Version. : 2017-08-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.InformationProtectionPolicyResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.InformationProtectionPolicyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.InformationProtectionPolicyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of InformationProtectionPolicyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to