IPConfigurationProfilePropertiesFormat 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.
IP configuration profile properties.
public class IPConfigurationProfilePropertiesFormat
type IPConfigurationProfilePropertiesFormat = class
Public Class IPConfigurationProfilePropertiesFormat
- Inheritance
-
IPConfigurationProfilePropertiesFormat
Constructors
| Name | Description |
|---|---|
| IPConfigurationProfilePropertiesFormat() |
Initializes a new instance of the IPConfigurationProfilePropertiesFormat class. |
| IPConfigurationProfilePropertiesFormat(Subnet, String) |
Initializes a new instance of the IPConfigurationProfilePropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| ProvisioningState |
Gets the provisioning state of the IP configuration profile resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| Subnet |
Gets or sets the reference to the subnet resource to create a container network interface ip configuration. |