IIpAllocationsOperations Interface

Definition

IpAllocationsOperations operations.

public interface IIpAllocationsOperations
type IIpAllocationsOperations = interface
Public Interface IIpAllocationsOperations

Methods

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

Creates or updates an IpAllocation in the specified resource group.

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

Deletes the specified IpAllocation.

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

Creates or updates an IpAllocation in the specified resource group.

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

Deletes the specified IpAllocation.

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

Gets the specified IpAllocation by resource group.

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

Gets all IpAllocations in a resource group.

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

Gets all IpAllocations in a resource group.

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

Gets all IpAllocations in a subscription.

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

Gets all IpAllocations in a subscription.

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

Updates a IpAllocation tags.

Extension Methods

BeginCreateOrUpdate(IIpAllocationsOperations, String, String, IpAllocation)

Creates or updates an IpAllocation in the specified resource group.

BeginCreateOrUpdateAsync(IIpAllocationsOperations, String, String, IpAllocation, CancellationToken)

Creates or updates an IpAllocation in the specified resource group.

BeginDelete(IIpAllocationsOperations, String, String)

Deletes the specified IpAllocation.

BeginDeleteAsync(IIpAllocationsOperations, String, String, CancellationToken)

Deletes the specified IpAllocation.

CreateOrUpdate(IIpAllocationsOperations, String, String, IpAllocation)

Creates or updates an IpAllocation in the specified resource group.

CreateOrUpdateAsync(IIpAllocationsOperations, String, String, IpAllocation, CancellationToken)

Creates or updates an IpAllocation in the specified resource group.

Delete(IIpAllocationsOperations, String, String)

Deletes the specified IpAllocation.

DeleteAsync(IIpAllocationsOperations, String, String, CancellationToken)

Deletes the specified IpAllocation.

Get(IIpAllocationsOperations, String, String, String)

Gets the specified IpAllocation by resource group.

GetAsync(IIpAllocationsOperations, String, String, String, CancellationToken)

Gets the specified IpAllocation by resource group.

List(IIpAllocationsOperations)

Gets all IpAllocations in a subscription.

ListAsync(IIpAllocationsOperations, CancellationToken)

Gets all IpAllocations in a subscription.

ListByResourceGroup(IIpAllocationsOperations, String)

Gets all IpAllocations in a resource group.

ListByResourceGroupAsync(IIpAllocationsOperations, String, CancellationToken)

Gets all IpAllocations in a resource group.

ListByResourceGroupNext(IIpAllocationsOperations, String)

Gets all IpAllocations in a resource group.

ListByResourceGroupNextAsync(IIpAllocationsOperations, String, CancellationToken)

Gets all IpAllocations in a resource group.

ListNext(IIpAllocationsOperations, String)

Gets all IpAllocations in a subscription.

ListNextAsync(IIpAllocationsOperations, String, CancellationToken)

Gets all IpAllocations in a subscription.

UpdateTags(IIpAllocationsOperations, String, String, TagsObject)

Updates a IpAllocation tags.

UpdateTagsAsync(IIpAllocationsOperations, String, String, TagsObject, CancellationToken)

Updates a IpAllocation tags.

Applies to