Uses of Class
com.azure.developer.devcenter.models.DevBox
Packages that use DevBox
Package
Description
Package containing the classes for DevCenterService.
Package containing the data models for DevCenterService.
-
Uses of DevBox in com.azure.developer.devcenter
Methods in com.azure.developer.devcenter that return DevBoxModifier and TypeMethodDescriptionGets a Dev Box.Methods in com.azure.developer.devcenter that return types with arguments of type DevBoxModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DevCenterOperationDetails, DevBox> DevBoxesAsyncClient.beginCreateDevBox(String projectName, String userId, DevBox devBox) Creates or replaces a Dev Box.com.azure.core.util.polling.SyncPoller<DevCenterOperationDetails, DevBox> DevBoxesClient.beginCreateDevBox(String projectName, String userId, DevBox devBox) Creates or replaces a Dev Box.Gets a Dev Box.com.azure.core.http.rest.PagedFlux<DevBox> DevBoxesAsyncClient.listAllDevBoxes()Lists Dev Boxes that the caller has access to in the DevCenter.com.azure.core.http.rest.PagedIterable<DevBox> DevBoxesClient.listAllDevBoxes()Lists Dev Boxes that the caller has access to in the DevCenter.com.azure.core.http.rest.PagedFlux<DevBox> DevBoxesAsyncClient.listAllDevBoxesByUser(String userId) Lists Dev Boxes in the Dev Center for a particular user.com.azure.core.http.rest.PagedIterable<DevBox> DevBoxesClient.listAllDevBoxesByUser(String userId) Lists Dev Boxes in the Dev Center for a particular user.com.azure.core.http.rest.PagedFlux<DevBox> DevBoxesAsyncClient.listDevBoxes(String projectName, String userId) Lists Dev Boxes in the project for a particular user.com.azure.core.http.rest.PagedIterable<DevBox> DevBoxesClient.listDevBoxes(String projectName, String userId) Lists Dev Boxes in the project for a particular user.Methods in com.azure.developer.devcenter with parameters of type DevBoxModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DevCenterOperationDetails, DevBox> DevBoxesAsyncClient.beginCreateDevBox(String projectName, String userId, DevBox devBox) Creates or replaces a Dev Box.com.azure.core.util.polling.SyncPoller<DevCenterOperationDetails, DevBox> DevBoxesClient.beginCreateDevBox(String projectName, String userId, DevBox devBox) Creates or replaces a Dev Box. -
Uses of DevBox in com.azure.developer.devcenter.models
Methods in com.azure.developer.devcenter.models that return DevBoxModifier and TypeMethodDescriptionstatic DevBoxDevBox.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DevBox from the JsonReader.DevBox.setLocalAdministratorStatus(LocalAdministratorStatus localAdministratorStatus) Set the localAdministratorStatus property: Indicates whether the owner of the Dev Box is a local administrator.