PublicIPAddressesOperationsExtensions.List Method

Definition

Gets all public IP addresses in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress> List (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress>
<Extension()>
Public Function List (operations As IPublicIPAddressesOperations, resourceGroupName As String) As IPage(Of PublicIPAddress)

Parameters

operations
IPublicIPAddressesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to