IPConfigurationResponse

data class IPConfigurationResponse(val name: String? = null, val properties: IPConfigurationPropertiesResponse? = null)

InterfaceIPConfiguration IPConfiguration in a network interface.

Constructors

Link copied to clipboard
constructor(name: String? = null, properties: IPConfigurationPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

InterfaceIPConfigurationPropertiesFormat properties of IP configuration.