Sdílet prostřednictvím


CdnOriginCollection.GetAll(CancellationToken) Method

Definition

Lists all of the existing origins within an endpoint.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins
  • Operation Id: CdnOrigins_ListByEndpoint
  • Default Api Version: 2024-02-01
  • Resource: CdnOriginResource
public virtual Azure.Pageable<Azure.ResourceManager.Cdn.CdnOriginResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Cdn.CdnOriginResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Cdn.CdnOriginResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CdnOriginResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to