Sdílet prostřednictvím


PublisherCollection.GetAll(CancellationToken) Method

Definition

List Publishers available for the HCI Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers
  • Operation Id: Publishers_ListByCluster
public virtual Azure.Pageable<Azure.ResourceManager.Hci.PublisherResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Hci.PublisherResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Hci.PublisherResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PublisherResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to