Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.RepoInner
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 RepoInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RepoInner>
SourceControlsClient.listRepositories
(String resourceGroupName, String workspaceName, RepoType repoType) Gets a list of repositories metadata.com.azure.core.http.rest.PagedIterable<RepoInner>
SourceControlsClient.listRepositories
(String resourceGroupName, String workspaceName, RepoType repoType, com.azure.core.util.Context context) Gets a list of repositories metadata. -
Uses of RepoInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionRepoInner.withBranches
(List<String> branches) Set the branches property: Array of branches.RepoInner.withFullName
(String fullName) Set the fullName property: The name of the repository.Set the url property: The url to access the repository. -
Uses of RepoInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionRepo.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.RepoInner object.Modifier and TypeMethodDescriptionRepoList.value()
Get the value property: Array of repositories.