IPConfiguration 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.
The ip configurations for the private link service.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IPConfiguration
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IPConfiguration = class
Public Class IPConfiguration
- Inheritance
-
IPConfiguration
- Attributes
Constructors
IPConfiguration() |
Initializes a new instance of the IPConfiguration class. |
IPConfiguration(String, String, String, String, Nullable<Boolean>, String, String, ResourceId) |
Initializes a new instance of the IPConfiguration class. |
Properties
Id |
Gets the private link IP configuration id. |
Name |
Gets or sets the name of private link IP configuration. |
Primary |
Gets or sets indicates whether this IP configuration is primary for the corresponding NIC. |
PrivateIPAddress |
Gets or sets the IP address. |
PrivateIPAllocationMethod |
Gets or sets the method that private IP address is allocated. Possible values include: 'dynamic', 'static' |
ProvisioningState |
Gets the private link configuration provisioning state, which only appears in the response. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting' |
Subnet |
Gets or sets the subnet resource id. |
Type |
Gets the type of the private link IP configuration. |
Methods
Validate() |
Validate the object. |