StaticIPOperationsExtensions.Check Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Check Static IP operation retrieves the details for the availability of static IP addresses for the given virtual network.
public static Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse Check (this Microsoft.WindowsAzure.Management.Network.IStaticIPOperations operations, string networkName, string ipAddress);
static member Check : Microsoft.WindowsAzure.Management.Network.IStaticIPOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse
<Extension()>
Public Function Check (operations As IStaticIPOperations, networkName As String, ipAddress As String) As NetworkStaticIPAvailabilityResponse
Parameters
- operations
- IStaticIPOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IStaticIPOperations.
- networkName
- String
Required. The name of the virtual network.
- ipAddress
- String
Required. The address of the static IP.
Returns
A response that indicates the availability of a static IP address, and if not, provides a list of suggestions.