IPConfigurationProfilePropertiesFormat 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 |
|---|---|
| IPConfigurationProfilePropertiesFormat() |
Initializes a new instance of the IPConfigurationProfilePropertiesFormat class. |
| IPConfigurationProfilePropertiesFormat(Subnet, String) |
Initializes a new instance of the IPConfigurationProfilePropertiesFormat class. |
IPConfigurationProfilePropertiesFormat()
Initializes a new instance of the IPConfigurationProfilePropertiesFormat class.
public IPConfigurationProfilePropertiesFormat();
Public Sub New ()
Applies to
IPConfigurationProfilePropertiesFormat(Subnet, String)
Initializes a new instance of the IPConfigurationProfilePropertiesFormat class.
public IPConfigurationProfilePropertiesFormat(Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet subnet = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.IPConfigurationProfilePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.IPConfigurationProfilePropertiesFormat
Public Sub New (Optional subnet As Subnet = Nothing, Optional provisioningState As String = Nothing)
Parameters
- subnet
- Subnet
The reference to the subnet resource to create a container network interface ip configuration.
- provisioningState
- String
The provisioning state of the IP configuration profile resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'