ConnectedClusterServiceCollection.GetAllAsync(CancellationToken) Method

Definition

List ServiceResource resources by parent

  • Request Path. : /{resourceUri}/providers/Microsoft.KubernetesRuntime/services.
  • Operation Id. : Services_List.
  • Default Api Version. : 2024-03-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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