Udostępnij za pośrednictwem


StaticIPOperationsExtensions.Check Method

Definition

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.

Applies to