你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateLinkService Class

Private link service resource.

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

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.

Default value: None
___location
str

Resource ___location.

Default value: None
tags

Resource tags.

Default value: None
extended_location

The extended ___location of the load balancer.

Default value: None
load_balancer_frontend_ip_configurations

An array of references to the load balancer IP configurations.

Default value: None
ip_configurations

An array of private link service IP configurations.

Default value: None
destination_ip_address
str

The destination IP address of the private link service.

Default value: None
visibility

The visibility list of the private link service.

Default value: None
auto_approval

The auto-approval list of the private link service.

Default value: None
fqdns

The list of Fqdn.

Default value: None
enable_proxy_protocol

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

Default value: None

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.