Interface Disk.Update

All Superinterfaces:
Disk.UpdateStages.WithTags
Enclosing interface:
Disk

public static interface Disk.Update extends Disk.UpdateStages.WithTags
The template for Disk update.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes the update request.
    apply(com.azure.core.util.Context context)
    Executes the update request.

    Methods inherited from interface com.azure.resourcemanager.devtestlabs.models.Disk.UpdateStages.WithTags

    withTags
  • Method Details

    • apply

      Disk apply()
      Executes the update request.
      Returns:
      the updated resource.
    • apply

      Disk apply(com.azure.core.util.Context context)
      Executes the update request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the updated resource.