Udostępnij za pośrednictwem


StaticIPOperationsExtensions.CheckAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse> CheckAsync (this Microsoft.WindowsAzure.Management.Network.IStaticIPOperations operations, string networkName, string ipAddress);
static member CheckAsync : Microsoft.WindowsAzure.Management.Network.IStaticIPOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse>
<Extension()>
Public Function CheckAsync (operations As IStaticIPOperations, networkName As String, ipAddress As String) As Task(Of 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