IPConfiguration Properties Response
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)