getFavorite

Get a single favorite by its FavoriteId, defined within an Application Insights component. Uses 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.

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.

See also


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

Return

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

Parameters

argument

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

See also