IPConfigurationResponse

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

InterfaceIPConfiguration iPConfiguration in a network interface.

Constructors

Link copied to clipboard
constructor(name: String? = null, properties: IPConfigurationResponseProperties? = 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.