RecommendationsserviceFunctions

Functions

Link copied to clipboard

Returns RecommendationsService Account resource for a given name. Uses Azure REST API version 2022-03-01-preview. Other available API versions: 2022-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native recommendationsservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Returns Modeling resources for a given name. Uses Azure REST API version 2022-03-01-preview. Other available API versions: 2022-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native recommendationsservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getModeling(argument: suspend GetModelingPlainArgsBuilder.() -> Unit): GetModelingResult
suspend fun getModeling(accountName: String, modelingName: String, resourceGroupName: String): GetModelingResult
Link copied to clipboard

Returns ServiceEndpoint resources for a given name. Uses Azure REST API version 2022-03-01-preview. Other available API versions: 2022-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native recommendationsservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getServiceEndpoint(accountName: String, resourceGroupName: String, serviceEndpointName: String): GetServiceEndpointResult