IStaticIPOperations.CheckAsync Method (String, String, CancellationToken)
The Check Static IP operation retrieves the details for the availability of static IP addresses for the given virtual network.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<NetworkStaticIPAvailabilityResponse> CheckAsync( string networkName, string ipAddress, CancellationToken cancellationToken )
Parameters
- networkName
-
Type:
System.String
The name of the virtual network.
- ipAddress
-
Type:
System.String
The address of the static IP.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<NetworkStaticIPAvailabilityResponse>A response that indicates the availability of a static IP address, and if not, provides a list of suggestions.
Show: