IPConfigurationPropertiesFormat 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
| Name | Description |
|---|---|
| IPConfigurationPropertiesFormat() |
Initializes a new instance of the IPConfigurationPropertiesFormat class. |
| IPConfigurationPropertiesFormat(String, String, Subnet, PublicIPAddress, String) |
Initializes a new instance of the IPConfigurationPropertiesFormat class. |
IPConfigurationPropertiesFormat()
Initializes a new instance of the IPConfigurationPropertiesFormat class.
public IPConfigurationPropertiesFormat();
Public Sub New ()
Applies to
IPConfigurationPropertiesFormat(String, String, Subnet, PublicIPAddress, String)
Initializes a new instance of the IPConfigurationPropertiesFormat class.
public IPConfigurationPropertiesFormat(string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet subnet = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PublicIPAddress publicIPAddress = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.IPConfigurationPropertiesFormat : string * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PublicIPAddress * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.IPConfigurationPropertiesFormat
Public Sub New (Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As Subnet = Nothing, Optional publicIPAddress As PublicIPAddress = Nothing, Optional provisioningState As String = Nothing)
Parameters
- privateIPAddress
- String
The private IP address of the IP configuration.
- privateIPAllocationMethod
- String
The private IP address allocation method. Possible values include: 'Static', 'Dynamic'
- subnet
- Subnet
The reference to the subnet resource.
- publicIPAddress
- PublicIPAddress
The reference to the public IP resource.
- provisioningState
- String
The provisioning state of the IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'