Share via


PrivateLinkServicePropertiesOutput interface

Properties of the private link service.

Properties

alias

The alias of the private link service.

autoApproval

The auto-approval list of the private link service.

enableProxyProtocol

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

fqdns

The list of Fqdn.

ipConfigurations

An array of private link service IP configurations.

loadBalancerFrontendIpConfigurations

An array of references to the load balancer IP configurations.

networkInterfaces

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

privateEndpointConnections

An array of list about connections to the private endpoint.

provisioningState

The provisioning state of the private link service resource.

visibility

The visibility list of the private link service.

Property Details

alias

The alias of the private link service.

alias?: string

Property Value

string

autoApproval

The auto-approval list of the private link service.

autoApproval?: PrivateLinkServicePropertiesAutoApprovalOutput

Property Value

enableProxyProtocol

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

enableProxyProtocol?: boolean

Property Value

boolean

fqdns

The list of Fqdn.

fqdns?: string[]

Property Value

string[]

ipConfigurations

An array of private link service IP configurations.

ipConfigurations?: PrivateLinkServiceIpConfigurationOutput[]

Property Value

loadBalancerFrontendIpConfigurations

An array of references to the load balancer IP configurations.

loadBalancerFrontendIpConfigurations?: FrontendIPConfigurationOutput[]

Property Value

networkInterfaces

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

networkInterfaces?: NetworkInterfaceOutput[]

Property Value

privateEndpointConnections

An array of list about connections to the private endpoint.

privateEndpointConnections?: PrivateEndpointConnectionOutput[]

Property Value

provisioningState

The provisioning state of the private link service resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

visibility

The visibility list of the private link service.

visibility?: PrivateLinkServicePropertiesVisibilityOutput

Property Value