Interface Connection.Update
- All Superinterfaces:
Connection.UpdateStages.WithDescription
,Connection.UpdateStages.WithFieldDefinitionValues
,Connection.UpdateStages.WithName
- Enclosing interface:
- Connection
public static interface Connection.Update
extends Connection.UpdateStages.WithName, Connection.UpdateStages.WithDescription, Connection.UpdateStages.WithFieldDefinitionValues
The template for Connection update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.Connection.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.automation.models.Connection.UpdateStages.WithFieldDefinitionValues
withFieldDefinitionValues
Methods inherited from interface com.azure.resourcemanager.automation.models.Connection.UpdateStages.WithName
withName
-
Method Details
-
apply
Connection apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-