Share via


StorageInsightConfigs Interface

public interface StorageInsightConfigs

Resource collection API of StorageInsightConfigs.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new StorageInsight resource.

abstract void delete(String resourceGroupName, String workspaceName, String storageInsightName)

Deletes a storageInsightsConfigs resource.

abstract void deleteById(String id)

Deletes a storageInsightsConfigs resource.

abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Deletes a storageInsightsConfigs resource.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String storageInsightName, Context context)

Deletes a storageInsightsConfigs resource.

abstract StorageInsight get(String resourceGroupName, String workspaceName, String storageInsightName)

Gets a storage insight instance.

abstract StorageInsight getById(String id)

Gets a storage insight instance.

abstract Response<StorageInsight> getByIdWithResponse(String id, Context context)

Gets a storage insight instance.

abstract Response<StorageInsight> getWithResponse(String resourceGroupName, String workspaceName, String storageInsightName, Context context)

Gets a storage insight instance.

abstract PagedIterable<StorageInsight> listByWorkspace(String resourceGroupName, String workspaceName)

Lists the storage insight instances within a workspace.

abstract PagedIterable<StorageInsight> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

Lists the storage insight instances within a workspace.

Method Details

define

public abstract StorageInsight.DefinitionStages.Blank define(String name)

Begins definition for a new StorageInsight resource.

Parameters:

name - resource name.

Returns:

the first stage of the new StorageInsight definition.

delete

public abstract void delete(String resourceGroupName, String workspaceName, String storageInsightName)

Deletes a storageInsightsConfigs resource.

Parameters:

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

deleteById

public abstract void deleteById(String id)

Deletes a storageInsightsConfigs resource.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Deletes a storageInsightsConfigs resource.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

deleteWithResponse

public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String storageInsightName, Context context)

Deletes a storageInsightsConfigs resource.

Parameters:

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

Returns:

get

public abstract StorageInsight get(String resourceGroupName, String workspaceName, String storageInsightName)

Gets a storage insight instance.

Parameters:

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

Returns:

a storage insight instance.

getById

public abstract StorageInsight getById(String id)

Gets a storage insight instance.

Parameters:

id - the resource ID.

Returns:

a storage insight instance along with Response<T>.

getByIdWithResponse

public abstract Response<StorageInsight> getByIdWithResponse(String id, Context context)

Gets a storage insight instance.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

a storage insight instance along with Response<T>.

getWithResponse

public abstract Response<StorageInsight> getWithResponse(String resourceGroupName, String workspaceName, String storageInsightName, Context context)

Gets a storage insight instance.

Parameters:

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

Returns:

a storage insight instance along with Response<T>.

listByWorkspace

public abstract PagedIterable<StorageInsight> listByWorkspace(String resourceGroupName, String workspaceName)

Lists the storage insight instances within a workspace.

Parameters:

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

Returns:

the list storage insights operation response as paginated response with PagedIterable<T>.

listByWorkspace

public abstract PagedIterable<StorageInsight> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

Lists the storage insight instances within a 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:

the list storage insights operation response as paginated response with PagedIterable<T>.

Applies to