PrivateLinkService Class

Private link service resource.

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

Inheritance
azure.mgmt.network.v2020_05_01.models._models_py3.Resource
PrivateLinkService

Constructor

PrivateLinkService(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, load_balancer_frontend_ip_configurations: typing.Union[typing.List[_ForwardRef('FrontendIPConfiguration')], NoneType] = None, ip_configurations: typing.Union[typing.List[_ForwardRef('PrivateLinkServiceIpConfiguration')], NoneType] = None, visibility: typing.Union[_ForwardRef('ResourceSet'), NoneType] = None, auto_approval: typing.Union[_ForwardRef('ResourceSet'), NoneType] = None, fqdns: typing.Union[typing.List[str], NoneType] = None, enable_proxy_protocol: typing.Union[bool, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

load_balancer_frontend_ip_configurations
list[FrontendIPConfiguration]

An array of references to the load balancer IP configurations.

ip_configurations
list[PrivateLinkServiceIpConfiguration]

An array of private link service IP configurations.

visibility
ResourceSet

The visibility list of the private link service.

auto_approval
ResourceSet

The auto-approval list of the private link service.

fqdns
list[str]

The list of Fqdn.

enable_proxy_protocol
bool

Whether the private link service is enabled for proxy protocol or not.

Variables

name
str

Resource name.

type
str

Resource type.

etag
str

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

network_interfaces
list[NetworkInterface]

An array of references to the network interfaces created for this private link service.

provisioning_state
str or ProvisioningState

The provisioning state of the private link service resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".

private_endpoint_connections
list[PrivateEndpointConnection]

An array of list about connections to the private endpoint.

alias
str

The alias of the private link service.