CustomIPPrefixesOperationsExtensions Class

Definition

Extension methods for CustomIPPrefixesOperations.

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

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