Interface SourceControl.Update
- All Superinterfaces:
SourceControl.UpdateStages.WithAutoSync
,SourceControl.UpdateStages.WithBranch
,SourceControl.UpdateStages.WithDescription
,SourceControl.UpdateStages.WithFolderPath
,SourceControl.UpdateStages.WithPublishRunbook
,SourceControl.UpdateStages.WithSecurityToken
- Enclosing interface:
- SourceControl
public static interface SourceControl.Update
extends SourceControl.UpdateStages.WithBranch, SourceControl.UpdateStages.WithFolderPath, SourceControl.UpdateStages.WithAutoSync, SourceControl.UpdateStages.WithPublishRunbook, SourceControl.UpdateStages.WithSecurityToken, SourceControl.UpdateStages.WithDescription
The template for SourceControl update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.SourceControl.UpdateStages.WithAutoSync
withAutoSync
Methods inherited from interface com.azure.resourcemanager.automation.models.SourceControl.UpdateStages.WithBranch
withBranch
Methods inherited from interface com.azure.resourcemanager.automation.models.SourceControl.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.automation.models.SourceControl.UpdateStages.WithFolderPath
withFolderPath
Methods inherited from interface com.azure.resourcemanager.automation.models.SourceControl.UpdateStages.WithPublishRunbook
withPublishRunbook
Methods inherited from interface com.azure.resourcemanager.automation.models.SourceControl.UpdateStages.WithSecurityToken
withSecurityToken
-
Method Details
-
apply
SourceControl 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.
-