Interface Datastore.Update

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

public static interface Datastore.Update extends Datastore.UpdateStages.WithTags
The template for Datastore 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.connectedvmware.models.Datastore.UpdateStages.WithTags

    withTags
  • Method Details

    • apply

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

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