Kubernetes Configuration Private Link Scope Properties Response
data class KubernetesConfigurationPrivateLinkScopePropertiesResponse(val clusterResourceId: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val privateLinkScopeId: String, val provisioningState: String, val publicNetworkAccess: String? = null)
Properties that define a Azure Arc PrivateLinkScope resource.
Constructors
Link copied to clipboard
fun KubernetesConfigurationPrivateLinkScopePropertiesResponse(clusterResourceId: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, privateLinkScopeId: String, provisioningState: String, publicNetworkAccess: String? = null)