Interface SourceControl.Update
-
- All Superinterfaces:
SourceControl.UpdateStages.WithBranch
,SourceControl.UpdateStages.WithGithubActionConfiguration
,SourceControl.UpdateStages.WithRepoUrl
- Enclosing interface:
- SourceControl
public static interface SourceControl.Update extends SourceControl.UpdateStages.WithRepoUrl, SourceControl.UpdateStages.WithBranch, SourceControl.UpdateStages.WithGithubActionConfiguration
The template for SourceControl update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceControl
apply()
Executes the update request.SourceControl
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SourceControl.UpdateStages.WithBranch
withBranch
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SourceControl.UpdateStages.WithGithubActionConfiguration
withGithubActionConfiguration
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SourceControl.UpdateStages.WithRepoUrl
withRepoUrl
-
-
-
-
Method Detail
-
apply
SourceControl apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
SourceControl apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-