get Device Group
Get a DeviceGroup. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name. API Version: 2022-09-01-preview.
Return
An device group resource belonging to a product resource.
Parameters
argument
null
suspend fun getDeviceGroup(catalogName: String, deviceGroupName: String, productName: String, resourceGroupName: String): GetDeviceGroupResult
Return
An device group resource belonging to a product resource.
Parameters
catalog Name
Name of catalog
device Group Name
Name of device group.
product Name
Name of product.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getDeviceGroup(argument: suspend GetDeviceGroupPlainArgsBuilder.() -> Unit): GetDeviceGroupResult
Return
An device group resource belonging to a product resource.
Parameters
argument
Builder for com.pulumi.azurenative.azuresphere.kotlin.inputs.GetDeviceGroupPlainArgs.