PublicIPPrefixesOperationsExtensions Class

Definition

Extension methods for PublicIPPrefixesOperations.

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

Methods

BeginCreateOrUpdate(IPublicIPPrefixesOperations, String, String, PublicIPPrefix)

Creates or updates a static or dynamic public IP prefix.

BeginCreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefix, CancellationToken)

Creates or updates a static or dynamic public IP prefix.

BeginDelete(IPublicIPPrefixesOperations, String, String)

Deletes the specified public IP prefix.

BeginDeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

Deletes the specified public IP prefix.

CreateOrUpdate(IPublicIPPrefixesOperations, String, String, PublicIPPrefix)

Creates or updates a static or dynamic public IP prefix.

CreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefix, CancellationToken)

Creates or updates a static or dynamic public IP prefix.

Delete(IPublicIPPrefixesOperations, String, String)

Deletes the specified public IP prefix.

DeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

Deletes the specified public IP prefix.

Get(IPublicIPPrefixesOperations, String, String, String)

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

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

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

List(IPublicIPPrefixesOperations, String)

Gets all public IP prefixes in a resource group.

ListAll(IPublicIPPrefixesOperations)

Gets all the public IP prefixes in a subscription.

ListAllAsync(IPublicIPPrefixesOperations, CancellationToken)

Gets all the public IP prefixes in a subscription.

ListAllNext(IPublicIPPrefixesOperations, String)

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.

ListNext(IPublicIPPrefixesOperations, String)

Gets all public IP prefixes in a resource group.

ListNextAsync(IPublicIPPrefixesOperations, String, CancellationToken)

Gets all public IP prefixes in a resource group.

UpdateTags(IPublicIPPrefixesOperations, String, String, TagsObject)

Updates public IP prefix tags.

UpdateTagsAsync(IPublicIPPrefixesOperations, String, String, TagsObject, CancellationToken)

Updates public IP prefix tags.

Applies to