AttestationProviderResource.GetPrivateLinkResourcesAsync Method

Definition

Gets the private link resources supported for the attestation provider.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Attestation/attestationProviders/{providerName}/privateLinkResources.
  • Operation Id. : AttestationProviders_ListByProvider.
  • Default Api Version. : 2021-06-01.
  • Resource. : AttestationProviderResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Attestation.Models.AttestationPrivateLinkResource> GetPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Attestation.Models.AttestationPrivateLinkResource>
override this.GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Attestation.Models.AttestationPrivateLinkResource>
Public Overridable Function GetPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AttestationPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to