Get Private Link Service Result
data class GetPrivateLinkServiceResult(val alias: String, val autoApproval: PrivateLinkServicePropertiesResponseAutoApproval? = null, val azureApiVersion: String, val destinationIPAddress: String? = null, val enableProxyProtocol: Boolean? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val fqdns: List<String>? = null, val id: String? = null, val ipConfigurations: List<PrivateLinkServiceIpConfigurationResponse>? = null, val loadBalancerFrontendIpConfigurations: List<FrontendIPConfigurationResponse>? = null, val location: String? = null, val name: String, val networkInterfaces: List<NetworkInterfaceResponse>, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val visibility: PrivateLinkServicePropertiesResponseVisibility? = null)
Private link service resource.
Constructors
Link copied to clipboard
constructor(alias: String, autoApproval: PrivateLinkServicePropertiesResponseAutoApproval? = null, azureApiVersion: String, destinationIPAddress: String? = null, enableProxyProtocol: Boolean? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, fqdns: List<String>? = null, id: String? = null, ipConfigurations: List<PrivateLinkServiceIpConfigurationResponse>? = null, loadBalancerFrontendIpConfigurations: List<FrontendIPConfigurationResponse>? = null, location: String? = null, name: String, networkInterfaces: List<NetworkInterfaceResponse>, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, tags: Map<String, String>? = null, type: String, visibility: PrivateLinkServicePropertiesResponseVisibility? = null)
Properties
Link copied to clipboard
The auto-approval list of the private link service.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The destination IP address of the private link service.
Link copied to clipboard
Whether the private link service is enabled for proxy protocol or not.
Link copied to clipboard
The extended location of the load balancer.
Link copied to clipboard
An array of private link service IP configurations.
Link copied to clipboard
An array of references to the load balancer IP configurations.
Link copied to clipboard
An array of references to the network interfaces created for this private link service.
Link copied to clipboard
An array of list about connections to the private endpoint.
Link copied to clipboard
The provisioning state of the private link service resource.
Link copied to clipboard
The visibility list of the private link service.