KubernetesConfigurationPrivateLinkScopeProperties interface
Properties that define a Azure Arc PrivateLinkScope resource.
Properties
| cluster |
Managed Cluster ARM ID for the private link scope (Required) |
| private |
The collection of associated Private Endpoint Connections. |
| private |
The Guid id of the private link scope. |
| provisioning |
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. |
| public |
Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. |
Property Details
clusterResourceId
Managed Cluster ARM ID for the private link scope (Required)
clusterResourceId: string
Property Value
string
privateEndpointConnections
The collection of associated Private Endpoint Connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
privateLinkScopeId
The Guid id of the private link scope.
privateLinkScopeId?: string
Property Value
string
provisioningState
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.
provisioningState?: string
Property Value
string
publicNetworkAccess
Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
publicNetworkAccess?: string
Property Value
string