IPublicIPPrefixesOperations Interface

Definition

PublicIPPrefixesOperations operations.

public interface IPublicIPPrefixesOperations
type IPublicIPPrefixesOperations = interface
Public Interface IPublicIPPrefixesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, PublicIPPrefixInner, 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, PublicIPPrefixInner, 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, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates public IP prefix tags.

Extension 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