IPublicIPPrefixesOperations Interface

Definition

PublicIPPrefixesOperations operations.

public interface IPublicIPPrefixesOperations
type IPublicIPPrefixesOperations = interface
Public Interface IPublicIPPrefixesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, PublicIPPrefix, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a static or dynamic public IP prefix.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified public IP prefix.

CreateOrUpdateWithHttpMessagesAsync(String, String, PublicIPPrefix, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a static or dynamic public IP prefix.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified public IP prefix.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the public IP prefixes in a subscription.

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets all the public IP prefixes in a subscription.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all public IP prefixes in a resource group.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all public IP prefixes in a resource group.

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates public IP prefix tags.

Extension 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