Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.PoolInner
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 PoolInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionPoolsClient.createOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body) Creates or updates a machine pool.PoolsClient.createOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body, com.azure.core.util.Context context) Creates or updates a machine pool.Gets a machine pool.PoolsClient.update
(String resourceGroupName, String projectName, String poolName, PoolUpdate body) Partially updates a machine pool.PoolsClient.update
(String resourceGroupName, String projectName, String poolName, PoolUpdate body, com.azure.core.util.Context context) Partially updates a machine pool.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body) Creates or updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body) Creates or updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body, com.azure.core.util.Context context) Creates or updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body, com.azure.core.util.Context context) Creates or updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String projectName, String poolName, PoolUpdate body) Partially updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String projectName, String poolName, PoolUpdate body) Partially updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String projectName, String poolName, PoolUpdate body, com.azure.core.util.Context context) Partially updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String projectName, String poolName, PoolUpdate body, com.azure.core.util.Context context) Partially updates a machine pool.com.azure.core.http.rest.Response<PoolInner>
PoolsClient.getWithResponse
(String resourceGroupName, String projectName, String poolName, com.azure.core.util.Context context) Gets a machine pool.com.azure.core.http.rest.PagedIterable<PoolInner>
PoolsClient.listByProject
(String resourceGroupName, String projectName) Lists pools for a project.com.azure.core.http.rest.PagedIterable<PoolInner>
PoolsClient.listByProject
(String resourceGroupName, String projectName, Integer top, com.azure.core.util.Context context) Lists pools for a project.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body) Creates or updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body, com.azure.core.util.Context context) Creates or updates a machine pool.PoolsClient.createOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body) Creates or updates a machine pool.PoolsClient.createOrUpdate
(String resourceGroupName, String projectName, String poolName, PoolInner body, com.azure.core.util.Context context) Creates or updates a machine pool. -
Uses of PoolInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionPoolInner.withDevBoxDefinitionName
(String devBoxDefinitionName) Set the devBoxDefinitionName property: Name of a Dev Box definition in parent Project of this Pool.PoolInner.withLicenseType
(LicenseType licenseType) Set the licenseType property: Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.PoolInner.withLocalAdministrator
(LocalAdminStatus localAdministrator) Set the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.PoolInner.withLocation
(String location) PoolInner.withNetworkConnectionName
(String networkConnectionName) Set the networkConnectionName property: Name of a Network Connection in parent Project of this Pool. -
Uses of PoolInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionPool.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.PoolInner object.