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
fun GetServiceResult(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>)
Types
Properties
Link copied to clipboard
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.