Share via


ReservedIPOperationsExtensions Class

 

The Service Management API includes operations for managing the virtual networks for your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions

Syntax

public static class ReservedIPOperationsExtensions
[ExtensionAttribute]
public ref class ReservedIPOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ReservedIPOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ReservedIPOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginCreating(IReservedIPOperations, NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginCreatingAsync(IReservedIPOperations, NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDeleting(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAsync(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Create(IReservedIPOperations, NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IReservedIPOperations, NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IReservedIPOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IReservedIPOperations)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top