Uses of Class
com.azure.resourcemanager.securityinsights.models.RepositoryResourceInfo
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of RepositoryResourceInfo in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSourceControlInner.repositoryResourceInfo()
Get the repositoryResourceInfo property: Information regarding the resources created in user's repository.SourceControlProperties.repositoryResourceInfo()
Get the repositoryResourceInfo property: Information regarding the resources created in user's repository.Modifier and TypeMethodDescriptionSourceControlInner.withRepositoryResourceInfo
(RepositoryResourceInfo repositoryResourceInfo) Set the repositoryResourceInfo property: Information regarding the resources created in user's repository.SourceControlProperties.withRepositoryResourceInfo
(RepositoryResourceInfo repositoryResourceInfo) Set the repositoryResourceInfo property: Information regarding the resources created in user's repository. -
Uses of RepositoryResourceInfo in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionSourceControl.repositoryResourceInfo()
Gets the repositoryResourceInfo property: Information regarding the resources created in user's repository.RepositoryResourceInfo.withAzureDevOpsResourceInfo
(AzureDevOpsResourceInfo azureDevOpsResourceInfo) Set the azureDevOpsResourceInfo property: Resources created in Azure DevOps for this source-control.RepositoryResourceInfo.withGitHubResourceInfo
(GitHubResourceInfo gitHubResourceInfo) Set the gitHubResourceInfo property: Resources created in GitHub for this source-control.RepositoryResourceInfo.withWebhook
(Webhook webhook) Set the webhook property: The webhook object created for the source-control.Modifier and TypeMethodDescriptionSourceControl.DefinitionStages.WithRepositoryResourceInfo.withRepositoryResourceInfo
(RepositoryResourceInfo repositoryResourceInfo) Specifies the repositoryResourceInfo property: Information regarding the resources created in user's repository..