IPConfigurationPropertiesFormat 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.
Properties of IP configuration.
public class IPConfigurationPropertiesFormat
type IPConfigurationPropertiesFormat = class
Public Class IPConfigurationPropertiesFormat
- Inheritance
-
IPConfigurationPropertiesFormat
Constructors
| 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. |
Properties
| Name | Description |
|---|---|
| PrivateIPAddress |
Gets or sets the private IP address of the IP configuration. |
| PrivateIPAllocationMethod |
Gets or sets the private IP address allocation method. Possible values include: 'Static', 'Dynamic' |
| ProvisioningState |
Gets the provisioning state of the IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| PublicIPAddress |
Gets or sets the reference to the public IP resource. |
| Subnet |
Gets or sets the reference to the subnet resource. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |