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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET