Interface Vendor.Update

Enclosing interface:
Vendor

public static interface Vendor.Update
The template for Vendor update.
  • Method Summary

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

    • apply

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

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