Freigeben über


PublicIPAddressesOperationsExtensions.ListAllAsync Methode

Definition

Ruft alle öffentlichen IP-Adressen in einem Abonnement ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressInner>> ListAllAsync (this Microsoft.Azure.Management.Network.Fluent.IPublicIPAddressesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.Management.Network.Fluent.IPublicIPAddressesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressInner>>
<Extension()>
Public Function ListAllAsync (operations As IPublicIPAddressesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PublicIPAddressInner))

Parameter

operations
IPublicIPAddressesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: