Uses of Class
com.azure.resourcemanager.applicationinsights.models.RequestSource
Packages that use RequestSource
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of RequestSource in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return RequestSourceModifier and TypeMethodDescriptionApplicationInsightsComponentInner.requestSource()Get the requestSource property: Describes what tool created this Application Insights component.ApplicationInsightsComponentProperties.requestSource()Get the requestSource property: Describes what tool created this Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type RequestSourceModifier and TypeMethodDescriptionApplicationInsightsComponentInner.withRequestSource(RequestSource requestSource) Set the requestSource property: Describes what tool created this Application Insights component.ApplicationInsightsComponentProperties.withRequestSource(RequestSource requestSource) Set the requestSource property: Describes what tool created this Application Insights component. -
Uses of RequestSource in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as RequestSourceModifier and TypeFieldDescriptionstatic final RequestSourceRequestSource.RESTStatic value rest for RequestSource.Methods in com.azure.resourcemanager.applicationinsights.models that return RequestSourceModifier and TypeMethodDescriptionstatic RequestSourceRequestSource.fromString(String name) Creates or finds a RequestSource from its string representation.ApplicationInsightsComponent.requestSource()Gets the requestSource property: Describes what tool created this Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type RequestSourceModifier and TypeMethodDescriptionstatic Collection<RequestSource>RequestSource.values()Gets known RequestSource values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type RequestSourceModifier and TypeMethodDescriptionApplicationInsightsComponent.DefinitionStages.WithRequestSource.withRequestSource(RequestSource requestSource) Specifies the requestSource property: Describes what tool created this Application Insights component.