MigrationAssessmentPrivateLinkResourceCollection.GetAllAsync Method

Definition

List PrivateLinkResource resources by AssessmentProject

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateLinkResources
  • Operation Id: PrivateLinkResourceOperations_ListByAssessmentProject
  • Default Api Version: 2023-03-15
  • Resource: MigrationAssessmentPrivateLinkResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentPrivateLinkResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentPrivateLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentPrivateLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MigrationAssessmentPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MigrationAssessmentPrivateLinkResource that may take multiple service requests to iterate over.

Applies to