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. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
The Guid id of the private link scope. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
privateLinkScopeId
The Guid id of the private link scope. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
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