ReservedIPOperationsExtensions Class

 

The Service Management API includes operations for managing the virtual networks for your subscription. (see http://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)

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

<ExtensionAttribute>
Public NotInheritable Class ReservedIPOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginCreating(IReservedIPOperations, NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginCreatingAsync(IReservedIPOperations, NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleting(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingAsync(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticCreate(IReservedIPOperations, NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IReservedIPOperations, NetworkReservedIPCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IReservedIPOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IReservedIPOperations)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IReservedIPOperations)

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

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

Return to top
Show: