PrivateLinkConfiguration Class

The private link configuration.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
PrivateLinkConfiguration

Constructor

PrivateLinkConfiguration(*, name: str, group_id: str, ip_configurations: List[IPConfiguration], **kwargs)

Parameters

Name Description
name
Required
str

Required. The name of private link configuration.

group_id
Required
str

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

ip_configurations
Required

Required. The IP configurations for the private link service.

Keyword-Only Parameters

Name Description
name
Required
group_id
Required
ip_configurations
Required

Variables

Name Description
id
str

The private link configuration id.

type
str

The type of the private link configuration.

provisioning_state

The private link configuration provisioning state, which only appears in the response. Possible values include: "InProgress", "Failed", "Succeeded", "Canceled", "Deleting".