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.
Properties
Link copied to clipboard
Managed Cluster ARM ID for the private link scope (Required)
Link copied to clipboard
The collection of associated Private Endpoint Connections.
Link copied to clipboard
The Guid id of the private link scope.
Link copied to clipboard
Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
Link copied to clipboard
Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.