Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.DevCenterInner
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 DevCenterInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionDevCentersClient.createOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body) Creates or updates a devcenter resource.DevCentersClient.createOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body, com.azure.core.util.Context context) Creates or updates a devcenter resource.DevCentersClient.getByResourceGroup
(String resourceGroupName, String devCenterName) Gets a devcenter.DevCentersClient.update
(String resourceGroupName, String devCenterName, DevCenterUpdate body) Partially updates a devcenter.DevCentersClient.update
(String resourceGroupName, String devCenterName, DevCenterUpdate body, com.azure.core.util.Context context) Partially updates a devcenter.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body) Creates or updates a devcenter resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body) Creates or updates a devcenter resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body, com.azure.core.util.Context context) Creates or updates a devcenter resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body, com.azure.core.util.Context context) Creates or updates a devcenter resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginUpdate
(String resourceGroupName, String devCenterName, DevCenterUpdate body) Partially updates a devcenter.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginUpdate
(String resourceGroupName, String devCenterName, DevCenterUpdate body) Partially updates a devcenter.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginUpdate
(String resourceGroupName, String devCenterName, DevCenterUpdate body, com.azure.core.util.Context context) Partially updates a devcenter.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginUpdate
(String resourceGroupName, String devCenterName, DevCenterUpdate body, com.azure.core.util.Context context) Partially updates a devcenter.com.azure.core.http.rest.Response<DevCenterInner>
DevCentersClient.getByResourceGroupWithResponse
(String resourceGroupName, String devCenterName, com.azure.core.util.Context context) Gets a devcenter.com.azure.core.http.rest.PagedIterable<DevCenterInner>
DevCentersClient.list()
Lists all devcenters in a subscription.com.azure.core.http.rest.PagedIterable<DevCenterInner>
Lists all devcenters in a subscription.com.azure.core.http.rest.PagedIterable<DevCenterInner>
DevCentersClient.listByResourceGroup
(String resourceGroupName) Lists all devcenters in a resource group.com.azure.core.http.rest.PagedIterable<DevCenterInner>
DevCentersClient.listByResourceGroup
(String resourceGroupName, Integer top, com.azure.core.util.Context context) Lists all devcenters in a resource group.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body) Creates or updates a devcenter resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevCenterInner>,
DevCenterInner> DevCentersClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body, com.azure.core.util.Context context) Creates or updates a devcenter resource.DevCentersClient.createOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body) Creates or updates a devcenter resource.DevCentersClient.createOrUpdate
(String resourceGroupName, String devCenterName, DevCenterInner body, com.azure.core.util.Context context) Creates or updates a devcenter resource. -
Uses of DevCenterInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionDevCenterInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identity properties.DevCenterInner.withLocation
(String location) -
Uses of DevCenterInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionDevCenter.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.DevCenterInner object.Modifier and TypeMethodDescriptionDevCenterListResult.value()
Get the value property: Current page of results.