Share via


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)

Syntax

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

Methods

Name Description
System_CAPS_pubmethod CheckAsync(String, String, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Check(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_pubmethod CheckAsync(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.)

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top