PurviewFunctions

Functions

Link copied to clipboard

Get an account Uses Azure REST API version 2024-04-01-preview. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [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

Gets the kafka configuration for the account Uses Azure REST API version 2024-04-01-preview. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getKafkaConfiguration(accountName: String, kafkaConfigurationName: String, resourceGroupName: String): GetKafkaConfigurationResult
Link copied to clipboard

Get a private endpoint connection Uses Azure REST API version 2024-04-01-preview. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getPrivateEndpointConnection(accountName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

List the authorization keys associated with this account. Uses Azure REST API version 2024-04-01-preview. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listAccountKeys(accountName: String, resourceGroupName: String): ListAccountKeysResult
Link copied to clipboard

Gets details from a list of feature names. Uses Azure REST API version 2024-04-01-preview. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listFeatureAccount(accountName: String, features: List<String>? = null, resourceGroupName: String): ListFeatureAccountResult
Link copied to clipboard

Gets details from a list of feature names. Uses Azure REST API version 2024-04-01-preview. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listFeatureSubscription(features: List<String>? = null, locations: String): ListFeatureSubscriptionResult