Uses of Interface
com.azure.resourcemanager.automation.models.SourceControl
Packages that use SourceControl
Package
Description
Package containing the data models for AutomationClient.
-
Uses of SourceControl in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return SourceControlModifier and TypeMethodDescriptionSourceControl.Update.apply()
Executes the update request.SourceControl.Update.apply
(com.azure.core.util.Context context) Executes the update request.SourceControl.DefinitionStages.WithCreate.create()
Executes the create request.SourceControl.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.SourceControls.get
(String resourceGroupName, String automationAccountName, String sourceControlName) Retrieve the source control identified by source control name.Retrieve the source control identified by source control name.SourceControl.refresh()
Refreshes the resource to sync with Azure.SourceControl.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type SourceControlModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<SourceControl> SourceControls.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the source control identified by source control name.com.azure.core.http.rest.Response
<SourceControl> SourceControls.getWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, com.azure.core.util.Context context) Retrieve the source control identified by source control name.com.azure.core.http.rest.PagedIterable
<SourceControl> SourceControls.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of source controls.com.azure.core.http.rest.PagedIterable
<SourceControl> SourceControls.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of source controls.