get Favorite
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
favorite Id
The Id of a specific favorite defined in the Application Insights component
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
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.