Interface Appliable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T apply()
      Execute the update request.
      rx.Observable<T> applyAsync()
      Execute the update request asynchronously.
      com.microsoft.rest.ServiceFuture<T> applyAsync​(com.microsoft.rest.ServiceCallback<T> callback)
      Execute the update request asynchronously.
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

        key
    • Method Detail

      • apply

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

        rx.Observable<T> applyAsync()
        Execute the update request asynchronously.
        Returns:
        the handle to the REST call
      • applyAsync

        com.microsoft.rest.ServiceFuture<T> applyAsync​(com.microsoft.rest.ServiceCallback<T> callback)
        Execute the update request asynchronously.
        Parameters:
        callback - the callback for success and failure
        Returns:
        the handle to the REST call