Share via


IReservedIPOperations Interface

 

The Network Management API includes operations for managing the reserved IPs for your subscription.

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public interface IReservedIPOperations
public interface class IReservedIPOperations
type IReservedIPOperations = interface end
Public Interface IReservedIPOperations

Methods

Name Description
BeginCreatingAsync(NetworkReservedIPCreateParameters, CancellationToken)

The Begin Creating Reserved IP operation creates a reserved IP from your the subscription.

BeginDeletingAsync(String, CancellationToken)

The Begin Deleting Reserved IP operation removes a reserved IP from your the subscription.

CreateAsync(NetworkReservedIPCreateParameters, CancellationToken)

The Create Reserved IP operation creates a reserved IP from your the subscription.

DeleteAsync(String, CancellationToken)

The Delete Reserved IP operation removes a reserved IP from your the subscription.

GetAsync(String, CancellationToken)

The Get Reserved IP operation retrieves the details for the virtual IP reserved for the subscription.

ListAsync(CancellationToken)

The List Reserved IP operation retrieves all of the virtual IPs reserved for the subscription.

Extension Methods

Name Description
BeginCreating(NetworkReservedIPCreateParameters)

The Begin Creating Reserved IP operation creates a reserved IP from your the subscription.(Defined by ReservedIPOperationsExtensions.)

BeginCreatingAsync(NetworkReservedIPCreateParameters)

The Begin Creating Reserved IP operation creates a reserved IP from your the subscription.(Defined by ReservedIPOperationsExtensions.)

BeginDeleting(String)

The Begin Deleting Reserved IP operation removes a reserved IP from your the subscription.(Defined by ReservedIPOperationsExtensions.)

BeginDeletingAsync(String)

The Begin Deleting Reserved IP operation removes a reserved IP from your the subscription.(Defined by ReservedIPOperationsExtensions.)

Create(NetworkReservedIPCreateParameters)

The Create Reserved IP operation creates a reserved IP from your the subscription.(Defined by ReservedIPOperationsExtensions.)

CreateAsync(NetworkReservedIPCreateParameters)

The Create Reserved IP operation creates a reserved IP from your the subscription.(Defined by ReservedIPOperationsExtensions.)

Delete(String)

The Delete Reserved IP operation removes a reserved IP from your the subscription.(Defined by ReservedIPOperationsExtensions.)

DeleteAsync(String)

The Delete Reserved IP operation removes a reserved IP from your the subscription.(Defined by ReservedIPOperationsExtensions.)

Get(String)

The Get Reserved IP operation retrieves the details for the virtual IP reserved for the subscription.(Defined by ReservedIPOperationsExtensions.)

GetAsync(String)

The Get Reserved IP operation retrieves the details for the virtual IP reserved for the subscription.(Defined by ReservedIPOperationsExtensions.)

List()

The List Reserved IP operation retrieves all of the virtual IPs reserved for the subscription.(Defined by ReservedIPOperationsExtensions.)

ListAsync()

The List Reserved IP operation retrieves all of the virtual IPs reserved for the subscription.(Defined by ReservedIPOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top