Uses of Class
com.azure.resourcemanager.devcenter.models.CatalogUpdate
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of CatalogUpdate in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CatalogInner>,
CatalogInner> CatalogsClient.beginUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogUpdate body) Partially updates a catalog.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CatalogInner>,
CatalogInner> CatalogsClient.beginUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogUpdate body, com.azure.core.util.Context context) Partially updates a catalog.CatalogsClient.update
(String resourceGroupName, String devCenterName, String catalogName, CatalogUpdate body) Partially updates a catalog.CatalogsClient.update
(String resourceGroupName, String devCenterName, String catalogName, CatalogUpdate body, com.azure.core.util.Context context) Partially updates a catalog. -
Uses of CatalogUpdate in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionCatalogUpdate.withAdoGit
(GitCatalog adoGit) Set the adoGit property: Properties for an Azure DevOps catalog type.CatalogUpdate.withGitHub
(GitCatalog gitHub) Set the gitHub property: Properties for a GitHub catalog type.Set the tags property: Resource tags.