NetworkStaticIPAvailabilityResponse.IsAvailable Property
Optional. Whether the IP address is available.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public bool IsAvailable { get; set; }
public:
property bool IsAvailable {
bool get();
void set(bool value);
}
member IsAvailable : bool with get, set
Public Property IsAvailable As Boolean
Property Value
Type: System.Boolean
See Also
NetworkStaticIPAvailabilityResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top