Get Service Result
data class GetServiceResult(val alias: String, val autoApprovalSubscriptionIds: List<String>, val enableProxyProtocol: Boolean, val id: String, val loadBalancerFrontendIpConfigurationIds: List<String>, val location: String, val name: String, val natIpConfigurations: List<GetServiceNatIpConfiguration>, val resourceGroupName: String, val tags: Map<String, String>, val visibilitySubscriptionIds: List<String>)
A collection of values returned by getService.
Constructors
Link copied to clipboard
constructor(alias: String, autoApprovalSubscriptionIds: List<String>, enableProxyProtocol: Boolean, id: String, loadBalancerFrontendIpConfigurationIds: List<String>, location: String, name: String, natIpConfigurations: List<GetServiceNatIpConfiguration>, resourceGroupName: String, tags: Map<String, String>, visibilitySubscriptionIds: List<String>)
Properties
Link copied to clipboard
The list of subscription(s) globally unique identifiers that will be auto approved to use the private link service.
Link copied to clipboard
Does the Private Link Service support the Proxy Protocol?
Link copied to clipboard
The list of Standard Load Balancer(SLB) resource IDs. The Private Link service is tied to the frontend IP address of a SLB. All traffic destined for the private link service will reach the frontend of the SLB. You can configure SLB rules to direct this traffic to appropriate backend pools where your applications are running.
Link copied to clipboard
The nat_ip_configuration
block as defined below.
Link copied to clipboard
Link copied to clipboard
The list of subscription(s) globally unique identifiers(GUID) that will be able to see the private link service.