GetServiceResult

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The alias is a globally unique name for your private link service which Azure generates for you. Your can use this alias to request a connection to your private link service.

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
val id: String

The provider-assigned unique ID for this managed resource.

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 supported Azure location where the resource exists.

Link copied to clipboard

The name of private link service NAT IP configuration.

Link copied to clipboard

The nat_ip_configuration block as defined below.

Link copied to clipboard
Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The list of subscription(s) globally unique identifiers(GUID) that will be able to see the private link service.