Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.SourceControlProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of SourceControlProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSourceControlProperties.withContentTypes
(List<ContentType> contentTypes) Set the contentTypes property: Array of source control content types.SourceControlProperties.withDescription
(String description) Set the description property: A description of the source control.SourceControlProperties.withDisplayName
(String displayName) Set the displayName property: The display name of the source control.Set the id property: The id (a Guid) of the source control.SourceControlProperties.withLastDeploymentInfo
(DeploymentInfo lastDeploymentInfo) Set the lastDeploymentInfo property: Information regarding the latest deployment for the source control.SourceControlProperties.withRepository
(Repository repository) Set the repository property: Repository metadata.SourceControlProperties.withRepositoryResourceInfo
(RepositoryResourceInfo repositoryResourceInfo) Set the repositoryResourceInfo property: Information regarding the resources created in user's repository.SourceControlProperties.withRepoType
(RepoType repoType) Set the repoType property: The repository type of the source control.SourceControlProperties.withVersion
(Version version) Set the version property: The version number associated with the source control.