ConnectedClusterServiceCollection.GetAll(CancellationToken) Method

Definition

List ServiceResource resources by parent

  • Request Path: /{resourceUri}/providers/Microsoft.KubernetesRuntime/services
  • Operation Id: ServiceResource_List
  • Default Api Version: 2024-03-01
  • Resource: ConnectedClusterServiceResource
public virtual Azure.Pageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConnectedClusterServiceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to