Uses of Class
com.azure.developer.devcenter.models.DevCenterCatalog
Packages that use DevCenterCatalog
Package
Description
Package containing the classes for DevCenterService.
Package containing the data models for DevCenterService.
-
Uses of DevCenterCatalog in com.azure.developer.devcenter
Methods in com.azure.developer.devcenter that return DevCenterCatalogModifier and TypeMethodDescriptionDeploymentEnvironmentsClient.getCatalog
(String projectName, String catalogName) Gets the specified catalog within the project.Methods in com.azure.developer.devcenter that return types with arguments of type DevCenterCatalogModifier and TypeMethodDescriptionDeploymentEnvironmentsAsyncClient.getCatalog
(String projectName, String catalogName) Gets the specified catalog within the project.com.azure.core.http.rest.PagedFlux
<DevCenterCatalog> DeploymentEnvironmentsAsyncClient.listCatalogs
(String projectName) Lists all of the catalogs available for a project.com.azure.core.http.rest.PagedIterable
<DevCenterCatalog> DeploymentEnvironmentsClient.listCatalogs
(String projectName) Lists all of the catalogs available for a project. -
Uses of DevCenterCatalog in com.azure.developer.devcenter.models
Methods in com.azure.developer.devcenter.models that return DevCenterCatalogModifier and TypeMethodDescriptionstatic DevCenterCatalog
DevCenterCatalog.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DevCenterCatalog from the JsonReader.