getDevice

Gets the properties of the Data Box Edge/Data Box Gateway device. API Version: 2020-12-01.

Return

The Data Box Edge/Gateway device.

Parameters

argument

null


suspend fun getDevice(deviceName: String, resourceGroupName: String): GetDeviceResult

Return

The Data Box Edge/Gateway device.

Parameters

deviceName

The device name.

resourceGroupName

The resource group name.

See also


suspend fun getDevice(argument: suspend GetDevicePlainArgsBuilder.() -> Unit): GetDeviceResult

Return

The Data Box Edge/Gateway device.

Parameters

argument

Builder for com.pulumi.azurenative.databoxedge.kotlin.inputs.GetDevicePlainArgs.

See also