get Service Endpoint
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.
Return
ServiceEndpoint resource details.
Parameters
argument
null
suspend fun getServiceEndpoint(accountName: String, resourceGroupName: String, serviceEndpointName: String): GetServiceEndpointResult
Return
ServiceEndpoint resource details.
Parameters
account Name
The name of the RecommendationsService Account resource.
resource Group Name
The name of the resource group. The name is case insensitive.
service Endpoint Name
The name of the ServiceEndpoint resource.
See also
suspend fun getServiceEndpoint(argument: suspend GetServiceEndpointPlainArgsBuilder.() -> Unit): GetServiceEndpointResult
Return
ServiceEndpoint resource details.
Parameters
argument
Builder for com.pulumi.azurenative.recommendationsservice.kotlin.inputs.GetServiceEndpointPlainArgs.