Uses of Class
com.azure.resourcemanager.applicationinsights.models.ItemScope
Packages that use ItemScope
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ItemScope in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ItemScopeModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<List<ApplicationInsightsComponentAnalyticsItemInner>>AnalyticsItemsClient.listWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, ItemScope scope, ItemTypeParameter type, Boolean includeContent, com.azure.core.util.Context context) Gets a list of Analytics Items defined within an Application Insights component. -
Uses of ItemScope in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ItemScopeModifier and TypeMethodDescriptionApplicationInsightsComponentAnalyticsItemInner.scope()Get the scope property: 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.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type ItemScopeModifier and TypeMethodDescriptionSet the scope property: 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. -
Uses of ItemScope in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as ItemScopeModifier and TypeFieldDescriptionstatic final ItemScopeItemScope.SHAREDStatic value shared for ItemScope.static final ItemScopeItemScope.USERStatic value user for ItemScope.Methods in com.azure.resourcemanager.applicationinsights.models that return ItemScopeModifier and TypeMethodDescriptionstatic ItemScopeItemScope.fromString(String name) Creates or finds a ItemScope from its string representation.ApplicationInsightsComponentAnalyticsItem.scope()Gets the scope property: 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.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ItemScopeModifier and TypeMethodDescriptionstatic Collection<ItemScope>ItemScope.values()Gets known ItemScope values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ItemScopeModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<List<ApplicationInsightsComponentAnalyticsItem>>AnalyticsItems.listWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, ItemScope scope, ItemTypeParameter type, Boolean includeContent, com.azure.core.util.Context context) Gets a list of Analytics Items defined within an Application Insights component.