Interface Appliable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T apply()
      Execute the update request.
      T apply​(com.azure.core.util.Context context)
      Execute the update request.
      Mono<T> applyAsync()
      Execute the update request asynchronously.
      Mono<T> applyAsync​(com.azure.core.util.Context context)
      Execute the update request asynchronously.
      • Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

        key
    • Method Detail

      • apply

        T apply()
        Execute the update request.
        Returns:
        the updated resource
      • applyAsync

        Mono<T> applyAsync()
        Execute the update request asynchronously.
        Returns:
        the publisher of the resource update request
      • apply

        T apply​(com.azure.core.util.Context context)
        Execute the update request.
        Parameters:
        context - the Context of the request
        Returns:
        the updated resource
      • applyAsync

        Mono<T> applyAsync​(com.azure.core.util.Context context)
        Execute the update request asynchronously.
        Parameters:
        context - the Context of the request
        Returns:
        the publisher of the resource update request