Uses of Interface
com.azure.resourcemanager.devcenter.models.DevBoxDefinition
Package
Description
Package containing the data models for DevCenterManagementClient.
-
Uses of DevBoxDefinition in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionDevBoxDefinition.Update.apply()
Executes the update request.DevBoxDefinition.Update.apply
(com.azure.core.util.Context context) Executes the update request.DevBoxDefinition.DefinitionStages.WithCreate.create()
Executes the create request.DevBoxDefinition.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a Dev Box definition.Gets a Dev Box definition.DevBoxDefinitions.getByProject
(String resourceGroupName, String projectName, String devBoxDefinitionName) Gets a Dev Box definition configured for a project.DevBoxDefinition.refresh()
Refreshes the resource to sync with Azure.DevBoxDefinition.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DevBoxDefinition>
DevBoxDefinitions.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a Dev Box definition.com.azure.core.http.rest.Response<DevBoxDefinition>
DevBoxDefinitions.getByProjectWithResponse
(String resourceGroupName, String projectName, String devBoxDefinitionName, com.azure.core.util.Context context) Gets a Dev Box definition configured for a project.com.azure.core.http.rest.Response<DevBoxDefinition>
DevBoxDefinitions.getWithResponse
(String resourceGroupName, String devCenterName, String devBoxDefinitionName, com.azure.core.util.Context context) Gets a Dev Box definition.com.azure.core.http.rest.PagedIterable<DevBoxDefinition>
DevBoxDefinitions.listByDevCenter
(String resourceGroupName, String devCenterName) List Dev Box definitions for a devcenter.com.azure.core.http.rest.PagedIterable<DevBoxDefinition>
DevBoxDefinitions.listByDevCenter
(String resourceGroupName, String devCenterName, Integer top, com.azure.core.util.Context context) List Dev Box definitions for a devcenter.com.azure.core.http.rest.PagedIterable<DevBoxDefinition>
DevBoxDefinitions.listByProject
(String resourceGroupName, String projectName) List Dev Box definitions configured for a project.com.azure.core.http.rest.PagedIterable<DevBoxDefinition>
DevBoxDefinitions.listByProject
(String resourceGroupName, String projectName, Integer top, com.azure.core.util.Context context) List Dev Box definitions configured for a project.