IPConfigurationPropertiesResponse

data class IPConfigurationPropertiesResponse(val gateway: String, val prefixLength: String, val privateIPAddress: String? = null, val subnet: LogicalNetworkArmReferenceResponse? = null)

InterfaceIPConfigurationPropertiesFormat properties of IP configuration.

Constructors

Link copied to clipboard
constructor(gateway: String, prefixLength: String, privateIPAddress: String? = null, subnet: LogicalNetworkArmReferenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gateway for network interface

Link copied to clipboard

prefixLength for network interface

Link copied to clipboard

PrivateIPAddress - Private IP address of the IP configuration.

Link copied to clipboard

Subnet - Name of Subnet bound to the IP configuration.