IPConfigurationProfileResponse

data class IPConfigurationProfileResponse(val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val subnet: SubnetResponse? = null, val type: String)

IP configuration profile child resource.

Constructors

Link copied to clipboard
constructor(etag: String, id: String? = null, name: String? = null, provisioningState: String, subnet: SubnetResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

The name of the resource. This name can be used to access the resource.

Link copied to clipboard

The provisioning state of the IP configuration profile resource.

Link copied to clipboard
val subnet: SubnetResponse? = null

The reference to the subnet resource to create a container network interface ip configuration.

Link copied to clipboard

Sub Resource type.