Interface PrivateEndpointConnection.Update
-
- All Superinterfaces:
PrivateEndpointConnection.UpdateStages.WithTags
- Enclosing interface:
- PrivateEndpointConnection
public static interface PrivateEndpointConnection.Update extends PrivateEndpointConnection.UpdateStages.WithTags
The template for PrivateEndpointConnection update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnectionapply()Executes the update request.PrivateEndpointConnectionapply(com.azure.core.util.Context context)Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.mysql.models.PrivateEndpointConnection.UpdateStages.WithTags
withTags
-
-
-
-
Method Detail
-
apply
PrivateEndpointConnection apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
PrivateEndpointConnection apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-
-