Uses of Class
com.azure.resourcemanager.securityinsights.models.Repository
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of Repository in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSourceControlInner.repository()
Get the repository property: Repository metadata.SourceControlProperties.repository()
Get the repository property: Repository metadata.Modifier and TypeMethodDescriptionSourceControlInner.withRepository
(Repository repository) Set the repository property: Repository metadata.SourceControlProperties.withRepository
(Repository repository) Set the repository property: Repository metadata. -
Uses of Repository in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionSourceControl.repository()
Gets the repository property: Repository metadata.Repository.withBranch
(String branch) Set the branch property: Branch name of repository.Repository.withDeploymentLogsUrl
(String deploymentLogsUrl) Set the deploymentLogsUrl property: Url to access repository action logs.Repository.withDisplayUrl
(String displayUrl) Set the displayUrl property: Display url of repository.Repository.withPathMapping
(List<ContentPathMap> pathMapping) Set the pathMapping property: Dictionary of source control content type and path mapping.Set the url property: Url of repository.Modifier and TypeMethodDescriptionSourceControl.DefinitionStages.WithRepository.withRepository
(Repository repository) Specifies the repository property: Repository metadata..