Get Private Link Service Result
data class GetPrivateLinkServiceResult(val alias: String, val autoApproval: PrivateLinkServicePropertiesResponseAutoApproval? = 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
fun GetPrivateLinkServiceResult(alias: String, autoApproval: PrivateLinkServicePropertiesResponseAutoApproval? = 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)