PrivateLinkServiceProperties interface
Properties of the private link service.
Properties
| access |
The access mode of the private link service. |
| alias | The alias of the private link service. |
| auto |
The auto-approval list of the private link service. |
| destination |
The destination IP address 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. |
| network |
An array of references to the network interfaces created for this private link service. |
| private |
An array of list about connections to the private endpoint. |
| provisioning |
The provisioning state of the private link service resource. |
| visibility | The visibility list of the private link service. |
Property Details
accessMode
The access mode of the private link service.
accessMode?: string
Property Value
string
alias
The alias of the private link service.
alias?: string
Property Value
string
autoApproval
The auto-approval list of the private link service.
autoApproval?: PrivateLinkServicePropertiesAutoApproval
Property Value
destinationIPAddress
The destination IP address of the private link service.
destinationIPAddress?: string
Property Value
string
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
networkInterfaces
An array of references to the network interfaces created for this private link service.
networkInterfaces?: NetworkInterface[]
Property Value
privateEndpointConnections
An array of list about connections to the private endpoint.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The provisioning state of the private link service resource.
provisioningState?: string
Property Value
string
visibility
The visibility list of the private link service.
visibility?: PrivateLinkServicePropertiesVisibility