Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.CatalogInner
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of CatalogInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionCatalogsClient.createOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body) Creates or updates a catalog.CatalogsClient.createOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body, com.azure.core.util.Context context) Creates or updates a catalog.Gets 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.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CatalogInner>,
CatalogInner> CatalogsClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body) Creates or updates a catalog.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CatalogInner>,
CatalogInner> CatalogsClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body) Creates or updates a catalog.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CatalogInner>,
CatalogInner> CatalogsClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body, com.azure.core.util.Context context) Creates or updates a catalog.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CatalogInner>,
CatalogInner> CatalogsClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body, com.azure.core.util.Context context) Creates or 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) 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) 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.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.com.azure.core.http.rest.Response<CatalogInner>
CatalogsClient.getWithResponse
(String resourceGroupName, String devCenterName, String catalogName, com.azure.core.util.Context context) Gets a catalog.com.azure.core.http.rest.PagedIterable<CatalogInner>
CatalogsClient.listByDevCenter
(String resourceGroupName, String devCenterName) Lists catalogs for a devcenter.com.azure.core.http.rest.PagedIterable<CatalogInner>
CatalogsClient.listByDevCenter
(String resourceGroupName, String devCenterName, Integer top, com.azure.core.util.Context context) Lists catalogs for a devcenter.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CatalogInner>,
CatalogInner> CatalogsClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body) Creates or updates a catalog.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CatalogInner>,
CatalogInner> CatalogsClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body, com.azure.core.util.Context context) Creates or updates a catalog.CatalogsClient.createOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body) Creates or updates a catalog.CatalogsClient.createOrUpdate
(String resourceGroupName, String devCenterName, String catalogName, CatalogInner body, com.azure.core.util.Context context) Creates or updates a catalog. -
Uses of CatalogInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionCatalogInner.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. -
Uses of CatalogInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionCatalog.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.CatalogInner object.Modifier and TypeMethodDescriptionCatalogListResult.value()
Get the value property: Current page of results.