Share via


PolicyAttestationResource.GetAsync(CancellationToken) Method

Definition

Gets an existing attestation at resource scope.

  • Request Path: /{resourceId}/providers/Microsoft.PolicyInsights/attestations/{attestationName}
  • Operation Id: Attestations_GetAtResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PolicyInsights.PolicyAttestationResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PolicyInsights.PolicyAttestationResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PolicyInsights.PolicyAttestationResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PolicyAttestationResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to