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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET