ServiceUnitResourceCollection.GetAll(CancellationToken) Method

Definition

Lists the service units under a service in the service topology.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}/services/{serviceName}/serviceUnits
  • Operation Id: ServiceUnits_List
public virtual Azure.Pageable<Azure.ResourceManager.DeploymentManager.ServiceUnitResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeploymentManager.ServiceUnitResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeploymentManager.ServiceUnitResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceUnitResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to