IpAllocationsOperationsExtensions Class

Definition

Extension methods for IpAllocationsOperations.

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

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