Interface PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection
-
- All Known Subinterfaces:
PrivateEndpoint.Definition
- Enclosing interface:
- PrivateEndpoint.DefinitionStages
public static interface PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnectionThe stage of a private endpoint definition allowing to specify the private endpoint connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.Blank<? extends PrivateEndpoint.DefinitionStages.WithCreate>definePrivateLinkServiceConnection(String name)Specifies the connection to remote resource.
-
-
-
Method Detail
-
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
-
-