Uses of Class
com.azure.resourcemanager.devcenter.models.GitCatalog
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of GitCatalog in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionCatalogInner.adoGit()
Get the adoGit property: Properties for an Azure DevOps catalog type.CatalogUpdateProperties.adoGit()
Get the adoGit property: Properties for an Azure DevOps catalog type.CatalogInner.gitHub()
Get the gitHub property: Properties for a GitHub catalog type.CatalogUpdateProperties.gitHub()
Get the gitHub property: Properties for a GitHub catalog type.Modifier and TypeMethodDescriptionCatalogInner.withAdoGit
(GitCatalog adoGit) Set the adoGit property: Properties for an Azure DevOps catalog type.CatalogProperties.withAdoGit
(GitCatalog adoGit) Set the adoGit property: Properties for an Azure DevOps catalog type.CatalogUpdateProperties.withAdoGit
(GitCatalog adoGit) Set the adoGit property: Properties for an Azure DevOps catalog type.CatalogInner.withGitHub
(GitCatalog gitHub) Set the gitHub property: Properties for a GitHub catalog type.CatalogProperties.withGitHub
(GitCatalog gitHub) Set the gitHub property: Properties for a GitHub catalog type.CatalogUpdateProperties.withGitHub
(GitCatalog gitHub) Set the gitHub property: Properties for a GitHub catalog type. -
Uses of GitCatalog in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionCatalog.adoGit()
Gets the adoGit property: Properties for an Azure DevOps catalog type.CatalogUpdate.adoGit()
Get the adoGit property: Properties for an Azure DevOps catalog type.Catalog.gitHub()
Gets the gitHub property: Properties for a GitHub catalog type.CatalogUpdate.gitHub()
Get the gitHub property: Properties for a GitHub catalog type.GitCatalog.withBranch
(String branch) Set the branch property: Git branch.Set the path property: The folder where the catalog items can be found inside the repository.GitCatalog.withSecretIdentifier
(String secretIdentifier) Set the secretIdentifier property: A reference to the Key Vault secret containing a security token to authenticate to a Git repository.Set the uri property: Git URI.Modifier and TypeMethodDescriptionCatalog.DefinitionStages.WithAdoGit.withAdoGit
(GitCatalog adoGit) Specifies the adoGit property: Properties for an Azure DevOps catalog type..Catalog.UpdateStages.WithAdoGit.withAdoGit
(GitCatalog adoGit) Specifies the adoGit property: Properties for an Azure DevOps catalog type..CatalogUpdate.withAdoGit
(GitCatalog adoGit) Set the adoGit property: Properties for an Azure DevOps catalog type.Catalog.DefinitionStages.WithGitHub.withGitHub
(GitCatalog gitHub) Specifies the gitHub property: Properties for a GitHub catalog type..Catalog.UpdateStages.WithGitHub.withGitHub
(GitCatalog gitHub) Specifies the gitHub property: Properties for a GitHub catalog type..CatalogUpdate.withGitHub
(GitCatalog gitHub) Set the gitHub property: Properties for a GitHub catalog type.