getAppliance

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.

Return

Appliances definition.

Parameters

argument

null


suspend fun getAppliance(resourceGroupName: String, resourceName: String): GetApplianceResult

Return

Appliances definition.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

resourceName

Appliances name.

See also


Return

Appliances definition.

Parameters

argument

Builder for com.pulumi.azurenative.resourceconnector.kotlin.inputs.GetAppliancePlainArgs.

See also