AnalyticsItemsOperationsExtensions.Get Method
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.
Gets a specific Analytics Items defined within an Application Insights component.
public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem Get (this Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations operations, string resourceGroupName, string resourceName, string scopePath, string id = default, string name = default);
static member Get : Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations * string * string * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem
<Extension()>
Public Function Get (operations As IAnalyticsItemsOperations, resourceGroupName As String, resourceName As String, scopePath As String, Optional id As String = Nothing, Optional name As String = Nothing) As ApplicationInsightsComponentAnalyticsItem
Parameters
- operations
- IAnalyticsItemsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- resourceName
- String
The name of the Application Insights component resource.
- scopePath
- String
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. Possible values include: 'analyticsItems', 'myanalyticsItems'
- id
- String
The Id of a specific item defined in the Application Insights component
- name
- String
The name of a specific item defined in the Application Insights component
Returns
Applies to
Azure SDK for .NET