Freigeben über


PublicIPAddressesOperationsExtensions.ListCloudServicePublicIPAddressesAsync Methode

Definition

Ruft Informationen zu allen öffentlichen IP-Adressen auf Clouddienstebene ab.

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

Parameter

operations
IPublicIPAddressesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

cloudServiceName
String

Der Name des Clouddiensts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: