Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.ProjectInner
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of ProjectInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionProjectsClient.createOrUpdate
(String resourceGroupName, String projectName, ProjectInner body) Creates or updates a project.ProjectsClient.createOrUpdate
(String resourceGroupName, String projectName, ProjectInner body, com.azure.core.util.Context context) Creates or updates a project.ProjectsClient.getByResourceGroup
(String resourceGroupName, String projectName) Gets a specific 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.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProjectInner>,
ProjectInner> ProjectsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, ProjectInner body) Creates or updates a project.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProjectInner>,
ProjectInner> ProjectsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, ProjectInner body) Creates or updates a project.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProjectInner>,
ProjectInner> ProjectsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, ProjectInner body, com.azure.core.util.Context context) Creates or updates a project.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProjectInner>,
ProjectInner> ProjectsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, ProjectInner body, com.azure.core.util.Context context) Creates or 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) 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) 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.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.com.azure.core.http.rest.Response<ProjectInner>
ProjectsClient.getByResourceGroupWithResponse
(String resourceGroupName, String projectName, com.azure.core.util.Context context) Gets a specific project.com.azure.core.http.rest.PagedIterable<ProjectInner>
ProjectsClient.list()
Lists all projects in the subscription.com.azure.core.http.rest.PagedIterable<ProjectInner>
Lists all projects in the subscription.com.azure.core.http.rest.PagedIterable<ProjectInner>
ProjectsClient.listByResourceGroup
(String resourceGroupName) Lists all projects in the resource group.com.azure.core.http.rest.PagedIterable<ProjectInner>
ProjectsClient.listByResourceGroup
(String resourceGroupName, Integer top, com.azure.core.util.Context context) Lists all projects in the resource group.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProjectInner>,
ProjectInner> ProjectsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, ProjectInner body) Creates or updates a project.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProjectInner>,
ProjectInner> ProjectsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, ProjectInner body, com.azure.core.util.Context context) Creates or updates a project.ProjectsClient.createOrUpdate
(String resourceGroupName, String projectName, ProjectInner body) Creates or updates a project.ProjectsClient.createOrUpdate
(String resourceGroupName, String projectName, ProjectInner body, com.azure.core.util.Context context) Creates or updates a project. -
Uses of ProjectInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionProjectInner.withDescription
(String description) Set the description property: Description of the project.ProjectInner.withDevCenterId
(String devCenterId) Set the devCenterId property: Resource Id of an associated DevCenter.ProjectInner.withLocation
(String location) -
Uses of ProjectInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionProject.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ProjectInner object.Modifier and TypeMethodDescriptionProjectListResult.value()
Get the value property: Current page of results.