Interface Pool.Update
- All Superinterfaces:
Pool.UpdateStages.WithDevBoxDefinitionName
,Pool.UpdateStages.WithLicenseType
,Pool.UpdateStages.WithLocalAdministrator
,Pool.UpdateStages.WithNetworkConnectionName
,Pool.UpdateStages.WithTags
- Enclosing interface:
- Pool
public static interface Pool.Update
extends Pool.UpdateStages.WithTags, Pool.UpdateStages.WithDevBoxDefinitionName, Pool.UpdateStages.WithNetworkConnectionName, Pool.UpdateStages.WithLicenseType, Pool.UpdateStages.WithLocalAdministrator
The template for Pool update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Pool.UpdateStages.WithDevBoxDefinitionName
withDevBoxDefinitionName
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Pool.UpdateStages.WithLicenseType
withLicenseType
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Pool.UpdateStages.WithLocalAdministrator
withLocalAdministrator
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Pool.UpdateStages.WithNetworkConnectionName
withNetworkConnectionName
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Pool.UpdateStages.WithTags
withTags
-
Method Details
-
apply
Pool apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-