Freigeben über


WorkloadNetworkDhcpCollection.GetAllAsync(CancellationToken) Methode

Definition

Auflisten von DHCP in einem Workloadnetzwerk der privaten Cloud.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/dhcpConfigurations
  • Vorgang IdWorkloadNetworks_ListDhcp
public virtual Azure.AsyncPageable<Azure.ResourceManager.Avs.WorkloadNetworkDhcpResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Avs.WorkloadNetworkDhcpResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Avs.WorkloadNetworkDhcpResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WorkloadNetworkDhcpResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der WorkloadNetworkDhcpResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: