Compartilhar via


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.models._models_py3.Resource
PrivateLinkService

Constructor

PrivateLinkService(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, extended_location: _models.ExtendedLocation | None = None, load_balancer_frontend_ip_configurations: List[_models.FrontendIPConfiguration] | None = None, ip_configurations: List[_models.PrivateLinkServiceIpConfiguration] | None = None, destination_ip_address: str | None = None, visibility: _models.PrivateLinkServicePropertiesVisibility | None = None, auto_approval: _models.PrivateLinkServicePropertiesAutoApproval | None = None, fqdns: List[str] | None = None, enable_proxy_protocol: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

extended_location

The extended location of the load balancer.

load_balancer_frontend_ip_configurations

An array of references to the load balancer IP configurations.

ip_configurations

An array of private link service IP configurations.

destination_ip_address
str

The destination IP address of the private link service.

visibility

The visibility list of the private link service.

auto_approval

The auto-approval list of the private link service.

fqdns

The list of Fqdn.

enable_proxy_protocol

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

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

extended_location

The extended location of the load balancer.

etag
str

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

load_balancer_frontend_ip_configurations

An array of references to the load balancer IP configurations.

ip_configurations

An array of private link service IP configurations.

destination_ip_address
str

The destination IP address of the private link service.

network_interfaces

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

provisioning_state

The provisioning state of the private link service resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

private_endpoint_connections

An array of list about connections to the private endpoint.

visibility

The visibility list of the private link service.

auto_approval

The auto-approval list of the private link service.

fqdns

The list of Fqdn.

alias
str

The alias of the private link service.

enable_proxy_protocol

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