Uses of Class
com.azure.resourcemanager.devcenter.models.ProjectUpdate
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of ProjectUpdate in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProjectInner>,
ProjectInner> ProjectsClient.beginUpdate
(String resourceGroupName, String projectName, ProjectUpdate body) Partially updates a project.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProjectInner>,
ProjectInner> ProjectsClient.beginUpdate
(String resourceGroupName, String projectName, ProjectUpdate body, com.azure.core.util.Context context) Partially updates a project.ProjectsClient.update
(String resourceGroupName, String projectName, ProjectUpdate body) Partially updates a project.ProjectsClient.update
(String resourceGroupName, String projectName, ProjectUpdate body, com.azure.core.util.Context context) Partially updates a project. -
Uses of ProjectUpdate in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionProjectUpdate.withDescription
(String description) Set the description property: Description of the project.ProjectUpdate.withDevCenterId
(String devCenterId) Set the devCenterId property: Resource Id of an associated DevCenter.ProjectUpdate.withLocation
(String location) Set the location property: The geo-location where the resource lives.Set the tags property: Resource tags.