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
System_CAPS_pubmethod BeginCreatingAsync(NetworkReservedIPCreateParameters, CancellationToken)

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

System_CAPS_pubmethod BeginDeletingAsync(String, CancellationToken)

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

System_CAPS_pubmethod CreateAsync(NetworkReservedIPCreateParameters, CancellationToken)

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

System_CAPS_pubmethod DeleteAsync(String, CancellationToken)

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

System_CAPS_pubmethod GetAsync(String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod BeginCreating(NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethod BeginCreatingAsync(NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethod BeginDeleting(String)

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

System_CAPS_pubmethod BeginDeletingAsync(String)

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

System_CAPS_pubmethod Create(NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethod CreateAsync(NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethod Delete(String)

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

System_CAPS_pubmethod DeleteAsync(String)

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

System_CAPS_pubmethod Get(String)

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

System_CAPS_pubmethod GetAsync(String)

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

System_CAPS_pubmethod List()

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

System_CAPS_pubmethod 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