Interface DevBoxDefinition.Update
- All Superinterfaces:
DevBoxDefinition.UpdateStages.WithHibernateSupport
,DevBoxDefinition.UpdateStages.WithImageReference
,DevBoxDefinition.UpdateStages.WithOsStorageType
,DevBoxDefinition.UpdateStages.WithSku
,DevBoxDefinition.UpdateStages.WithTags
- Enclosing interface:
- DevBoxDefinition
public static interface DevBoxDefinition.Update
extends DevBoxDefinition.UpdateStages.WithTags, DevBoxDefinition.UpdateStages.WithImageReference, DevBoxDefinition.UpdateStages.WithSku, DevBoxDefinition.UpdateStages.WithOsStorageType, DevBoxDefinition.UpdateStages.WithHibernateSupport
The template for DevBoxDefinition update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.devcenter.models.DevBoxDefinition.UpdateStages.WithHibernateSupport
withHibernateSupport
Methods inherited from interface com.azure.resourcemanager.devcenter.models.DevBoxDefinition.UpdateStages.WithImageReference
withImageReference
Methods inherited from interface com.azure.resourcemanager.devcenter.models.DevBoxDefinition.UpdateStages.WithOsStorageType
withOsStorageType
Methods inherited from interface com.azure.resourcemanager.devcenter.models.DevBoxDefinition.UpdateStages.WithSku
withSku
Methods inherited from interface com.azure.resourcemanager.devcenter.models.DevBoxDefinition.UpdateStages.WithTags
withTags
-
Method Details
-
apply
DevBoxDefinition 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.
-