Partager via


ServiceUnitResourceCollection.GetAll(CancellationToken) Méthode

Définition

Répertorie les unités de service sous un service dans la topologie de service.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}/services/{serviceName}/serviceUnits
  • IdServiceUnits_List d’opération
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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de ServiceUnitResource qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à