Uses of Class
com.azure.developer.devcenter.models.DevCenterProject
Packages that use DevCenterProject
Package
Description
Package containing the classes for DevCenterService.
Package containing the data models for DevCenterService.
-
Uses of DevCenterProject in com.azure.developer.devcenter
Methods in com.azure.developer.devcenter that return DevCenterProjectMethods in com.azure.developer.devcenter that return types with arguments of type DevCenterProjectModifier and TypeMethodDescriptionDevCenterAsyncClient.getProject(String projectName) Gets a project.com.azure.core.http.rest.PagedFlux<DevCenterProject> DevCenterAsyncClient.listProjects()Lists all projects.com.azure.core.http.rest.PagedIterable<DevCenterProject> DevCenterClient.listProjects()Lists all projects. -
Uses of DevCenterProject in com.azure.developer.devcenter.models
Methods in com.azure.developer.devcenter.models that return DevCenterProjectModifier and TypeMethodDescriptionstatic DevCenterProjectDevCenterProject.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DevCenterProject from the JsonReader.