Interface PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection
- All Known Subinterfaces:
PrivateEndpoint.Definition
- Enclosing interface:
- PrivateEndpoint.DefinitionStages
public static interface PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection
The stage of a private endpoint definition allowing to specify the private endpoint connection.
-
Method Summary
Modifier and TypeMethodDescriptionPrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.Blank<? extends PrivateEndpoint.DefinitionStages.WithCreate>Specifies the connection to remote resource.
-
Method Details
-
definePrivateLinkServiceConnection
PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.Blank<? extends PrivateEndpoint.DefinitionStages.WithCreate> definePrivateLinkServiceConnection(String name) Specifies the connection to remote resource.- Parameters:
name- the name of the connection- Returns:
- the first stage of private link service connection definition
-