Uses of Interface
com.azure.resourcemanager.securityinsights.models.SourceControl
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of SourceControl in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionSourceControl.DefinitionStages.WithCreate.create()
Executes the create request.SourceControl.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.SourceControlsOperations.get
(String resourceGroupName, String workspaceName, String sourceControlId) Gets a source control byt its identifier.Gets a source control byt its identifier.SourceControl.refresh()
Refreshes the resource to sync with Azure.SourceControl.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SourceControl>
SourceControlsOperations.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a source control byt its identifier.com.azure.core.http.rest.Response<SourceControl>
SourceControlsOperations.getWithResponse
(String resourceGroupName, String workspaceName, String sourceControlId, com.azure.core.util.Context context) Gets a source control byt its identifier.com.azure.core.http.rest.PagedIterable<SourceControl>
Gets all source controls, without source control items.com.azure.core.http.rest.PagedIterable<SourceControl>
SourceControlsOperations.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all source controls, without source control items.