IntelligencePacksClient Interface

public interface IntelligencePacksClient

An instance of this class provides access to all the operations defined in IntelligencePacksClient.

Method Summary

Modifier and Type Method and Description
abstract void disable(String resourceGroupName, String workspaceName, String intelligencePackName)

Disables an intelligence pack for a given workspace.

abstract Response<Void> disableWithResponse(String resourceGroupName, String workspaceName, String intelligencePackName, Context context)

Disables an intelligence pack for a given workspace.

abstract void enable(String resourceGroupName, String workspaceName, String intelligencePackName)

Enables an intelligence pack for a given workspace.

abstract Response<Void> enableWithResponse(String resourceGroupName, String workspaceName, String intelligencePackName, Context context)

Enables an intelligence pack for a given workspace.

abstract List<IntelligencePackInner> list(String resourceGroupName, String workspaceName)

Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.

abstract Response<List<IntelligencePackInner>> listWithResponse(String resourceGroupName, String workspaceName, Context context)

Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.

Method Details

disable

public abstract void disable(String resourceGroupName, String workspaceName, String intelligencePackName)

Disables an intelligence pack for a given workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
intelligencePackName - The name of the intelligence pack to be disabled.

disableWithResponse

public abstract Response disableWithResponse(String resourceGroupName, String workspaceName, String intelligencePackName, Context context)

Disables an intelligence pack for a given workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
intelligencePackName - The name of the intelligence pack to be disabled.
context - The context to associate with this operation.

Returns:

enable

public abstract void enable(String resourceGroupName, String workspaceName, String intelligencePackName)

Enables an intelligence pack for a given workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
intelligencePackName - The name of the intelligence pack to be enabled.

enableWithResponse

public abstract Response enableWithResponse(String resourceGroupName, String workspaceName, String intelligencePackName, Context context)

Enables an intelligence pack for a given workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
intelligencePackName - The name of the intelligence pack to be enabled.
context - The context to associate with this operation.

Returns:

list

public abstract List list(String resourceGroupName, String workspaceName)

Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.

Returns:

array of IntelligencePack.

listWithResponse

public abstract Response> listWithResponse(String resourceGroupName, String workspaceName, Context context)

Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
context - The context to associate with this operation.

Returns:

array of IntelligencePack along with Response<T>.

Applies to

Azure SDK for Java

Preview