Share via


PublicIPPrefixesOperationsExtensions Class

Definition

Extension methods for PublicIPPrefixesOperations.

public static class PublicIPPrefixesOperationsExtensions
type PublicIPPrefixesOperationsExtensions = class
Public Module PublicIPPrefixesOperationsExtensions
Inheritance
PublicIPPrefixesOperationsExtensions

Methods

BeginCreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefixInner, CancellationToken)

Creates or updates a static or dynamic public IP prefix.

BeginDeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

Deletes the specified public IP prefix.

CreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefixInner, CancellationToken)

Creates or updates a static or dynamic public IP prefix.

DeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

Deletes the specified public IP prefix.

GetAsync(IPublicIPPrefixesOperations, String, String, String, CancellationToken)

Gets the specified public IP prefix in a specified resource group.

ListAllAsync(IPublicIPPrefixesOperations, CancellationToken)

Gets all the public IP prefixes in a subscription.

ListAllNextAsync(IPublicIPPrefixesOperations, String, CancellationToken)

Gets all the public IP prefixes in a subscription.

ListAsync(IPublicIPPrefixesOperations, String, CancellationToken)

Gets all public IP prefixes in a resource group.

ListNextAsync(IPublicIPPrefixesOperations, String, CancellationToken)

Gets all public IP prefixes in a resource group.

UpdateTagsAsync(IPublicIPPrefixesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates public IP prefix tags.

Applies to