IAddonsOperations 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.
AddonsOperations operations.
public interface IAddonsOperations
type IAddonsOperations = interface
Public Interface IAddonsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Addon, Dictionary<String,List<String>>, CancellationToken) |
Create or update a addon in a private cloud |
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete a addon in a private cloud |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, Addon, Dictionary<String,List<String>>, CancellationToken) |
Create or update a addon in a private cloud |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete a addon in a private cloud |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get an addon by name in a private cloud |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List addons in a private cloud |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List addons in a private cloud |
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