IStaticIPOperations Interface

 

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

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

public interface class IStaticIPOperations

NameDescription
System_CAPS_pubmethodCheckAsync(String^, String^, CancellationToken)

The Check Static IP operation retrieves the details for the availability of static IP addresses for the given virtual network.

NameDescription
System_CAPS_pubmethodCheck(String^, String^)

The Check Static IP operation retrieves the details for the availability of static IP addresses for the given virtual network.(Defined by StaticIPOperationsExtensions.)

System_CAPS_pubmethodCheckAsync(String^, String^)

The Check Static IP operation retrieves the details for the availability of static IP addresses for the given virtual network.(Defined by StaticIPOperationsExtensions.)

Return to top
Show: