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: 2021-10-31-preview.

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: 2021-10-31-preview.

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