Interface AppliableWithTags<T>

    • Method Detail

      • applyTags

        T applyTags()
        Execute the update request.
        Returns:
        the updated resource
      • applyTagsAsync

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

        com.microsoft.rest.ServiceFuture<T> applyTagsAsync​(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