Freigeben über


PublicIPAddressesOperationsExtensions.ListVirtualMachineScaleSetPublicIPAddressesAsync Methode

Definition

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

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

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: