ResourceconnectorFunctions

Functions

Link copied to clipboard

Gets the details of an Appliance with a specified resource group and name. Uses Azure REST API version 2022-10-27. Other available API versions: 2022-04-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native resourceconnector [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getAppliance(resourceGroupName: String, resourceName: String): GetApplianceResult
Link copied to clipboard

Returns the cluster user credentials for the dedicated appliance. Uses Azure REST API version 2022-10-27. Other available API versions: 2022-04-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native resourceconnector [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Returns the cluster customer credentials for the dedicated appliance. Uses Azure REST API version 2022-10-27.

suspend fun listApplianceKeys(artifactType: String? = null, resourceGroupName: String, resourceName: String): ListApplianceKeysResult