Udostępnij przez


IPConfigurationPropertiesFormat Class

Definition

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.

Applies to