Iotcentral Functions
object IotcentralFunctions
Functions
Link copied to clipboard
Get the metadata of an IoT Central application. Uses Azure REST API version 2021-11-01-preview. Other available API versions: 2021-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native iotcentral [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get the metadata of a private endpoint connection for the IoT Central Application. Uses Azure REST API version 2021-11-01-preview.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult