StaticIPOperationsExtensions.Check Method (IStaticIPOperations, String, String)

 

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

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

<ExtensionAttribute>
Public Shared Function Check (
	operations As IStaticIPOperations,
	networkName As String,
	ipAddress As String
) As NetworkStaticIPAvailabilityResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.IStaticIPOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IStaticIPOperations.

networkName
Type: System.String

Required. The name of the virtual network.

ipAddress
Type: System.String

Required. The address of the static IP.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse

A response that indicates the availability of a static IP address, and if not, provides a list of suggestions.

Return to top
Show: