ICustomIPPrefixesOperations Interface

Definition

CustomIPPrefixesOperations operations.

public interface ICustomIPPrefixesOperations
type ICustomIPPrefixesOperations = interface
Public Interface ICustomIPPrefixesOperations

Methods

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

Creates or updates a custom IP prefix.

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

Deletes the specified custom IP prefix.

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

Creates or updates a custom IP prefix.

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

Deletes the specified custom IP prefix.

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

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

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

Gets all the custom IP prefixes in a subscription.

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

Gets all the custom IP prefixes in a subscription.

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

Gets all custom IP prefixes in a resource group.

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

Gets all custom IP prefixes in a resource group.

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

Updates custom IP prefix tags.

Extension Methods

BeginCreateOrUpdate(ICustomIPPrefixesOperations, String, String, CustomIpPrefix)

Creates or updates a custom IP prefix.

BeginCreateOrUpdateAsync(ICustomIPPrefixesOperations, String, String, CustomIpPrefix, CancellationToken)

Creates or updates a custom IP prefix.

BeginDelete(ICustomIPPrefixesOperations, String, String)

Deletes the specified custom IP prefix.

BeginDeleteAsync(ICustomIPPrefixesOperations, String, String, CancellationToken)

Deletes the specified custom IP prefix.

CreateOrUpdate(ICustomIPPrefixesOperations, String, String, CustomIpPrefix)

Creates or updates a custom IP prefix.

CreateOrUpdateAsync(ICustomIPPrefixesOperations, String, String, CustomIpPrefix, CancellationToken)

Creates or updates a custom IP prefix.

Delete(ICustomIPPrefixesOperations, String, String)

Deletes the specified custom IP prefix.

DeleteAsync(ICustomIPPrefixesOperations, String, String, CancellationToken)

Deletes the specified custom IP prefix.

Get(ICustomIPPrefixesOperations, String, String, String)

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

GetAsync(ICustomIPPrefixesOperations, String, String, String, CancellationToken)

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

List(ICustomIPPrefixesOperations, String)

Gets all custom IP prefixes in a resource group.

ListAll(ICustomIPPrefixesOperations)

Gets all the custom IP prefixes in a subscription.

ListAllAsync(ICustomIPPrefixesOperations, CancellationToken)

Gets all the custom IP prefixes in a subscription.

ListAllNext(ICustomIPPrefixesOperations, String)

Gets all the custom IP prefixes in a subscription.

ListAllNextAsync(ICustomIPPrefixesOperations, String, CancellationToken)

Gets all the custom IP prefixes in a subscription.

ListAsync(ICustomIPPrefixesOperations, String, CancellationToken)

Gets all custom IP prefixes in a resource group.

ListNext(ICustomIPPrefixesOperations, String)

Gets all custom IP prefixes in a resource group.

ListNextAsync(ICustomIPPrefixesOperations, String, CancellationToken)

Gets all custom IP prefixes in a resource group.

UpdateTags(ICustomIPPrefixesOperations, String, String, TagsObject)

Updates custom IP prefix tags.

UpdateTagsAsync(ICustomIPPrefixesOperations, String, String, TagsObject, CancellationToken)

Updates custom IP prefix tags.

Applies to