InformationProtectionPolicyCollection.GetAsync Method

Definition

Details of the information protection policy.

  • Request Path. : /{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}.
  • Operation Id. : InformationProtectionPolicies_Get.
  • Default Api Version. : 2017-08-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.InformationProtectionPolicyResource>> GetAsync(Azure.ResourceManager.SecurityCenter.Models.InformationProtectionPolicyName informationProtectionPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Azure.ResourceManager.SecurityCenter.Models.InformationProtectionPolicyName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.InformationProtectionPolicyResource>>
override this.GetAsync : Azure.ResourceManager.SecurityCenter.Models.InformationProtectionPolicyName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.InformationProtectionPolicyResource>>
Public Overridable Function GetAsync (informationProtectionPolicyName As InformationProtectionPolicyName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of InformationProtectionPolicyResource))

Parameters

informationProtectionPolicyName
InformationProtectionPolicyName

Name of the information protection policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to