Package version:

InterfaceHybridComputePrivateLinkScopeProperties

Properties that define a Azure Arc PrivateLinkScope resource.

interface HybridComputePrivateLinkScopeProperties {
    privateEndpointConnections?: PrivateEndpointConnectionDataModel[];
    privateLinkScopeId?: string;
    provisioningState?: string;
    publicNetworkAccess?: string;
}

Properties

privateEndpointConnections?: PrivateEndpointConnectionDataModel[]

The collection of associated Private Endpoint Connections. NOTE: This property will not be serialized. It can only be populated by the server.

privateLinkScopeId?: string

The Guid id of the private link scope. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

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.

publicNetworkAccess?: string

Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.