IIntelligencePacksOperations 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.
IntelligencePacksOperations operations.
public interface IIntelligencePacksOperations
type IIntelligencePacksOperations = interface
Public Interface IIntelligencePacksOperations
Methods
DisableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Disables an intelligence pack for a given workspace. |
EnableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Enables an intelligence pack for a given workspace. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace. |
Extension Methods
Disable(IIntelligencePacksOperations, String, String, String) |
Disables an intelligence pack for a given workspace. |
DisableAsync(IIntelligencePacksOperations, String, String, String, CancellationToken) |
Disables an intelligence pack for a given workspace. |
Enable(IIntelligencePacksOperations, String, String, String) |
Enables an intelligence pack for a given workspace. |
EnableAsync(IIntelligencePacksOperations, String, String, String, CancellationToken) |
Enables an intelligence pack for a given workspace. |
List(IIntelligencePacksOperations, String, String) |
Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace. |
ListAsync(IIntelligencePacksOperations, String, String, CancellationToken) |
Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace. |
Applies to
Azure SDK for .NET