IPConfigurationResponse

data class IPConfigurationResponse(val id: String, val name: String, val primary: Boolean? = null, val privateIPAddress: String? = null, val privateIPAllocationMethod: String? = null, val provisioningState: String, val subnet: ResourceIdResponse? = null, val type: String)

The ip configurations for the private link service.

Constructors

Link copied to clipboard
constructor(id: String, name: String, primary: Boolean? = null, privateIPAddress: String? = null, privateIPAllocationMethod: String? = null, provisioningState: String, subnet: ResourceIdResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The private link IP configuration id.

Link copied to clipboard

The name of private link IP configuration.

Link copied to clipboard
val primary: Boolean? = null

Indicates whether this IP configuration is primary for the corresponding NIC.

Link copied to clipboard

The IP address.

Link copied to clipboard

The method that private IP address is allocated.

Link copied to clipboard

The private link configuration provisioning state, which only appears in the response.

Link copied to clipboard

The subnet resource id.

Link copied to clipboard

The type of the private link IP configuration.