IWorkbooksOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WorkbooksOperations operations.
public interface IWorkbooksOperations
type IWorkbooksOperations = interface
Public Interface IWorkbooksOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, Workbook, Dictionary<String,List<String>>, CancellationToken) |
Create a new workbook. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete a workbook. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a single workbook by its resourceName. |
ListByResourceGroupWithHttpMessagesAsync(String, String, IList<String>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken) |
Get all Workbooks defined within a specified resource group and category. |
UpdateWithHttpMessagesAsync(String, String, Workbook, Dictionary<String,List<String>>, CancellationToken) |
Updates a workbook that has already been added. |
Extension Methods
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.