RelationshipResourceFormatCollection.GetAllAsync(CancellationToken) Method

Definition

Gets all relationships in the hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationships
  • Operation Id: Relationships_ListByHub
public virtual Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RelationshipResourceFormatResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to