AdvisorFunctions

Functions

Link copied to clipboard

Get a existing Azure Advisor assessment. Uses Azure REST API version 2023-09-01-preview. Other available API versions: 2024-11-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native advisor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getAssessment(assessmentName: String): GetAssessmentResult
Link copied to clipboard

Obtains the details of a suppression. Uses Azure REST API version 2023-09-01-preview. Other available API versions: 2023-01-01, 2024-11-18-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native advisor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getSuppression(name: String, recommendationId: String, resourceUri: String): GetSuppressionResult