Uses of Interface
com.azure.resourcemanager.devcenter.models.Project
Package
Description
Package containing the data models for DevCenterManagementClient.
-
Uses of Project in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionProject.Update.apply()
Executes the update request.Project.Update.apply
(com.azure.core.util.Context context) Executes the update request.Project.DefinitionStages.WithCreate.create()
Executes the create request.Project.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a specific project.Projects.getByResourceGroup
(String resourceGroupName, String projectName) Gets a specific project.Project.refresh()
Refreshes the resource to sync with Azure.Project.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Project>
Projects.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a specific project.com.azure.core.http.rest.Response<Project>
Projects.getByResourceGroupWithResponse
(String resourceGroupName, String projectName, com.azure.core.util.Context context) Gets a specific project.com.azure.core.http.rest.PagedIterable<Project>
Projects.list()
Lists all projects in the subscription.com.azure.core.http.rest.PagedIterable<Project>
Lists all projects in the subscription.com.azure.core.http.rest.PagedIterable<Project>
Projects.listByResourceGroup
(String resourceGroupName) Lists all projects in the resource group.com.azure.core.http.rest.PagedIterable<Project>
Projects.listByResourceGroup
(String resourceGroupName, Integer top, com.azure.core.util.Context context) Lists all projects in the resource group.