Uses of Interface
com.azure.resourcemanager.devcenter.models.Catalog
Package
Description
Package containing the data models for DevCenterManagementClient.
-
Uses of Catalog in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionCatalog.Update.apply()
Executes the update request.Catalog.Update.apply
(com.azure.core.util.Context context) Executes the update request.Catalog.DefinitionStages.WithCreate.create()
Executes the create request.Catalog.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a catalog.Gets a catalog.Catalog.refresh()
Refreshes the resource to sync with Azure.Catalog.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Catalog>
Catalogs.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a catalog.com.azure.core.http.rest.Response<Catalog>
Catalogs.getWithResponse
(String resourceGroupName, String devCenterName, String catalogName, com.azure.core.util.Context context) Gets a catalog.com.azure.core.http.rest.PagedIterable<Catalog>
Catalogs.listByDevCenter
(String resourceGroupName, String devCenterName) Lists catalogs for a devcenter.com.azure.core.http.rest.PagedIterable<Catalog>
Catalogs.listByDevCenter
(String resourceGroupName, String devCenterName, Integer top, com.azure.core.util.Context context) Lists catalogs for a devcenter.