Interface PrivateEndpoint.UpdateStages.WithPrivateLinkServiceConnection
-
- All Known Subinterfaces:
PrivateEndpoint.Update
- Enclosing interface:
- PrivateEndpoint.UpdateStages
public static interface PrivateEndpoint.UpdateStages.WithPrivateLinkServiceConnectionThe stage of a private endpoint update 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.Update>definePrivateLinkServiceConnection(String name)Specifies the connection to remote resource.PrivateEndpoint.PrivateLinkServiceConnection.UpdateupdatePrivateLinkServiceConnection(String name)Updates the connection to remote resource.PrivateEndpoint.UpdatewithoutPrivateLinkServiceConnection(String name)Removes the connection to remote resource.
-
-
-
Method Detail
-
withoutPrivateLinkServiceConnection
PrivateEndpoint.Update withoutPrivateLinkServiceConnection(String name)
Removes the connection to remote resource.- Parameters:
name- the name of the connection- Returns:
- the next stage of update
-
definePrivateLinkServiceConnection
PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.Blank<? extends PrivateEndpoint.Update> 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
-
updatePrivateLinkServiceConnection
PrivateEndpoint.PrivateLinkServiceConnection.Update updatePrivateLinkServiceConnection(String name)
Updates the connection to remote resource.- Parameters:
name- the name of the connection- Returns:
- the first stage of private link service connection update
-
-