IPAddressAvailabilityResult Constructors
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.
Overloads
| IPAddressAvailabilityResult() | |
| IPAddressAvailabilityResult(Nullable<Boolean>, IList<String>, Nullable<Boolean>) |
IPAddressAvailabilityResult()
public IPAddressAvailabilityResult ();
Public Sub New ()
Applies to
IPAddressAvailabilityResult(Nullable<Boolean>, IList<String>, Nullable<Boolean>)
public IPAddressAvailabilityResult (bool? available = default, System.Collections.Generic.IList<string> availableIPAddresses = default, bool? isPlatformReserved = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.IPAddressAvailabilityResult : Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.IPAddressAvailabilityResult
Public Sub New (Optional available As Nullable(Of Boolean) = Nothing, Optional availableIPAddresses As IList(Of String) = Nothing, Optional isPlatformReserved As Nullable(Of Boolean) = Nothing)