Freigeben über


ServiceResourceCollection.GetAll(CancellationToken) Methode

Definition

Listet die Dienste in der Diensttopologie auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}/services
  • Vorgangs-IdServices_List
public virtual Azure.Pageable<Azure.ResourceManager.DeploymentManager.ServiceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeploymentManager.ServiceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeploymentManager.ServiceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ServiceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: