getFavorite

Get a single favorite by its FavoriteId, defined within an Application Insights component. Azure REST API version: 2015-05-01.

Return

Properties that define a favorite that is associated to an Application Insights component.

Parameters

argument

null


suspend fun getFavorite(favoriteId: String, resourceGroupName: String, resourceName: String): GetFavoriteResult

Return

Properties that define a favorite that is associated to an Application Insights component.

See also

Parameters

favoriteId

The Id of a specific favorite defined in the Application Insights component

resourceGroupName

The name of the resource group. The name is case insensitive.

resourceName

The name of the Application Insights component resource.


suspend fun getFavorite(argument: suspend GetFavoritePlainArgsBuilder.() -> Unit): GetFavoriteResult

Return

Properties that define a favorite that is associated to an Application Insights component.

See also

Parameters

argument

Builder for com.pulumi.azurenative.insights.kotlin.inputs.GetFavoritePlainArgs.