Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.SourceControlInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of SourceControlInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionSourceControlsOperationsClient.create
(String resourceGroupName, String workspaceName, String sourceControlId, SourceControlInner sourceControl) Creates a source control.SourceControlsOperationsClient.get
(String resourceGroupName, String workspaceName, String sourceControlId) Gets a source control byt its identifier.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SourceControlInner>
SourceControlsOperationsClient.createWithResponse
(String resourceGroupName, String workspaceName, String sourceControlId, SourceControlInner sourceControl, com.azure.core.util.Context context) Creates a source control.com.azure.core.http.rest.Response<SourceControlInner>
SourceControlsOperationsClient.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<SourceControlInner>
Gets all source controls, without source control items.com.azure.core.http.rest.PagedIterable<SourceControlInner>
SourceControlsOperationsClient.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all source controls, without source control items.Modifier and TypeMethodDescriptionSourceControlsOperationsClient.create
(String resourceGroupName, String workspaceName, String sourceControlId, SourceControlInner sourceControl) Creates a source control.com.azure.core.http.rest.Response<SourceControlInner>
SourceControlsOperationsClient.createWithResponse
(String resourceGroupName, String workspaceName, String sourceControlId, SourceControlInner sourceControl, com.azure.core.util.Context context) Creates a source control. -
Uses of SourceControlInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSourceControlInner.withContentTypes
(List<ContentType> contentTypes) Set the contentTypes property: Array of source control content types.SourceControlInner.withDescription
(String description) Set the description property: A description of the source control.SourceControlInner.withDisplayName
(String displayName) Set the displayName property: The display name of the source control.Set the etag property: Etag of the azure resource.SourceControlInner.withIdPropertiesId
(String id) Set the id property: The id (a Guid) of the source control.SourceControlInner.withLastDeploymentInfo
(DeploymentInfo lastDeploymentInfo) Set the lastDeploymentInfo property: Information regarding the latest deployment for the source control.SourceControlInner.withRepository
(Repository repository) Set the repository property: Repository metadata.SourceControlInner.withRepositoryResourceInfo
(RepositoryResourceInfo repositoryResourceInfo) Set the repositoryResourceInfo property: Information regarding the resources created in user's repository.SourceControlInner.withRepoType
(RepoType repoType) Set the repoType property: The repository type of the source control.SourceControlInner.withVersion
(Version version) Set the version property: The version number associated with the source control. -
Uses of SourceControlInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionSourceControl.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.SourceControlInner object.Modifier and TypeMethodDescriptionSourceControlList.value()
Get the value property: Array of source controls.Modifier and TypeMethodDescriptionSourceControlList.withValue
(List<SourceControlInner> value) Set the value property: Array of source controls.