get Device Extended Information
suspend fun getDeviceExtendedInformation(argument: GetDeviceExtendedInformationPlainArgs): GetDeviceExtendedInformationResult
Gets additional information for the specified Azure Stack Edge/Data Box Gateway device. Uses Azure REST API version 2022-03-01. Other available API versions: 2021-02-01, 2021-02-01-preview, 2022-04-01-preview, 2023-01-01-preview, 2023-07-01, 2023-12-01.
Return
The extended Info of the Data Box Edge/Gateway device.
Parameters
argument
null
suspend fun getDeviceExtendedInformation(deviceName: String, resourceGroupName: String): GetDeviceExtendedInformationResult
Return
The extended Info of the Data Box Edge/Gateway device.
Parameters
device Name
The device name.
resource Group Name
The resource group name.
See also
suspend fun getDeviceExtendedInformation(argument: suspend GetDeviceExtendedInformationPlainArgsBuilder.() -> Unit): GetDeviceExtendedInformationResult
Return
The extended Info of the Data Box Edge/Gateway device.
Parameters
argument
Builder for com.pulumi.azurenative.databoxedge.kotlin.inputs.GetDeviceExtendedInformationPlainArgs.