AnalyticsItems Interface
public interface AnalyticsItems
Resource collection API of AnalyticsItems.
Method Summary
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:
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:
Returns:
get
public abstract ApplicationInsightsComponentAnalyticsItem get(String resourceGroupName, String resourceName, ItemScopePath scopePath)
Gets a specific Analytics Items defined within an Application Insights component.
Parameters:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns: