次の方法で共有


AnalyticsItems Interface

public interface AnalyticsItems

Resource collection API of AnalyticsItems.

Method Summary

Modifier and Type Method and Description
abstract void delete(String resourceGroupName, String resourceName, ItemScopePath scopePath)

Deletes a specific Analytics Items defined within an Application Insights component.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, String id, String name, Context context)

Deletes a specific Analytics Items defined within an Application Insights component.

abstract ApplicationInsightsComponentAnalyticsItem get(String resourceGroupName, String resourceName, ItemScopePath scopePath)

Gets a specific Analytics Items defined within an Application Insights component.

abstract Response<ApplicationInsightsComponentAnalyticsItem> getWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, String id, String name, Context context)

Gets a specific Analytics Items defined within an Application Insights component.

abstract List<ApplicationInsightsComponentAnalyticsItem> list(String resourceGroupName, String resourceName, ItemScopePath scopePath)

Gets a list of Analytics Items defined within an Application Insights component.

abstract Response<List<ApplicationInsightsComponentAnalyticsItem>> listWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, ItemScope scope, ItemTypeParameter type, Boolean includeContent, Context context)

Gets a list of Analytics Items defined within an Application Insights component.

abstract ApplicationInsightsComponentAnalyticsItem put(String resourceGroupName, String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties)

Adds or Updates a specific Analytics Item within an Application Insights component.

abstract Response<ApplicationInsightsComponentAnalyticsItem> putWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties, Boolean overrideItem, Context context)

Adds or Updates a specific Analytics Item within an Application Insights component.

Method Details

delete

public abstract void delete(String resourceGroupName, String resourceName, ItemScopePath scopePath)

Deletes a specific Analytics Items defined within an Application Insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
scopePath - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

deleteWithResponse

public abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, String id, String name, Context context)

Deletes a specific Analytics Items defined within an Application Insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
scopePath - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
id - The Id of a specific item defined in the Application Insights component.
name - The name of a specific item defined in the Application Insights component.
context - The context to associate with this operation.

Returns:

get

public abstract ApplicationInsightsComponentAnalyticsItem get(String resourceGroupName, String resourceName, ItemScopePath scopePath)

Gets a specific Analytics Items defined within an Application Insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
scopePath - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

Returns:

a specific Analytics Items defined within an Application Insights component.

getWithResponse

public abstract Response<ApplicationInsightsComponentAnalyticsItem> getWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, String id, String name, Context context)

Gets a specific Analytics Items defined within an Application Insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
scopePath - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
id - The Id of a specific item defined in the Application Insights component.
name - The name of a specific item defined in the Application Insights component.
context - The context to associate with this operation.

Returns:

a specific Analytics Items defined within an Application Insights component along with Response<T>.

list

public abstract List<ApplicationInsightsComponentAnalyticsItem> list(String resourceGroupName, String resourceName, ItemScopePath scopePath)

Gets a list of Analytics Items defined within an Application Insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
scopePath - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

Returns:

a list of Analytics Items defined within an Application Insights component.

listWithResponse

public abstract Response<List<ApplicationInsightsComponentAnalyticsItem>> listWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, ItemScope scope, ItemTypeParameter type, Boolean includeContent, Context context)

Gets a list of Analytics Items defined within an Application Insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
scopePath - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
scope - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
type - Enum indicating the type of the Analytics item.
includeContent - Flag indicating whether or not to return the content of each applicable item. If false, only return the item information.
context - The context to associate with this operation.

Returns:

a list of Analytics Items defined within an Application Insights component along with Response<T>.

put

public abstract ApplicationInsightsComponentAnalyticsItem put(String resourceGroupName, String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties)

Adds or Updates a specific Analytics Item within an Application Insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
scopePath - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
itemProperties - Properties that need to be specified to create a new item and add it to an Application Insights component.

Returns:

properties that define an Analytics item that is associated to an Application Insights component.

putWithResponse

public abstract Response<ApplicationInsightsComponentAnalyticsItem> putWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties, Boolean overrideItem, Context context)

Adds or Updates a specific Analytics Item within an Application Insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
scopePath - Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
itemProperties - Properties that need to be specified to create a new item and add it to an Application Insights component.
overrideItem - Flag indicating whether or not to force save an item. This allows overriding an item if it already exists.
context - The context to associate with this operation.

Returns:

properties that define an Analytics item that is associated to an Application Insights component along with Response<T>.

Applies to