Freigeben über


PublicIPAddressesOperationsExtensions.ListVirtualMachineScaleSetPublicIPAddressesAsync Methode

Definition

Ruft Informationen zu allen öffentlichen IP-Adressen auf einer VM-Skalierungsgruppenebene ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress>> ListVirtualMachineScaleSetPublicIPAddressesAsync (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, System.Threading.CancellationToken cancellationToken = default);
static member ListVirtualMachineScaleSetPublicIPAddressesAsync : 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 ListVirtualMachineScaleSetPublicIPAddressesAsync (operations As IPublicIPAddressesOperations, resourceGroupName As String, virtualMachineScaleSetName 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.

virtualMachineScaleSetName
String

Der Name der VM-Skalierungsgruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: