PrivateLinkConfigurationResponse

data class PrivateLinkConfigurationResponse(val groupId: String, val id: String, val ipConfigurations: List<IPConfigurationResponse>, val name: String, val provisioningState: String, val type: String)

The private link configuration.

Constructors

Link copied to clipboard
constructor(groupId: String, id: String, ipConfigurations: List<IPConfigurationResponse>, name: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'.

Link copied to clipboard
val id: String

The private link configuration id.

Link copied to clipboard

The IP configurations for the private link service.

Link copied to clipboard

The name of private link configuration.

Link copied to clipboard

The private link configuration provisioning state, which only appears in the response.

Link copied to clipboard

The type of the private link configuration.