NetworkStaticIPAvailabilityResponse Class
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.
A response that indicates the availability of a static IP address, and if not, provides a list of suggestions.
public class NetworkStaticIPAvailabilityResponse : Microsoft.Azure.AzureOperationResponse
type NetworkStaticIPAvailabilityResponse = class
inherit AzureOperationResponse
Public Class NetworkStaticIPAvailabilityResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseNetworkStaticIPAvailabilityResponse
Constructors
NetworkStaticIPAvailabilityResponse() |
Initializes a new instance of the NetworkStaticIPAvailabilityResponse class. |
Properties
AvailableAddresses |
Optional. The list of the available IP addresses. |
IsAvailable |
Optional. Whether the IP address is available. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET