PublicIPAddressesOperationsExtensions.ListAllAsync(IPublicIPAddressesOperations, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the public IP addresses in a subscription.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress>> ListAllAsync (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress>>
<Extension()>
Public Function ListAllAsync (operations As IPublicIPAddressesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PublicIPAddress))
Parameters
- operations
- IPublicIPAddressesOperations
The operations group for this extension method.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<IPage<PublicIPAddress>>