PrivateLinkServiceProperties interface
Properties of the private link service.
Properties
| auto |
The auto-approval list of the private link service. |
| enable |
Whether the private link service is enabled for proxy protocol or not. |
| fqdns | The list of Fqdn. |
| ip |
An array of private link service IP configurations. |
| load |
An array of references to the load balancer IP configurations. |
| visibility | The visibility list of the private link service. |
Property Details
autoApproval
The auto-approval list of the private link service.
autoApproval?: PrivateLinkServicePropertiesAutoApproval
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?: PrivateLinkServiceIpConfiguration[]
Property Value
loadBalancerFrontendIpConfigurations
An array of references to the load balancer IP configurations.
loadBalancerFrontendIpConfigurations?: FrontendIPConfiguration[]
Property Value
visibility
The visibility list of the private link service.
visibility?: PrivateLinkServicePropertiesVisibility