getDeviceSecurityGroup

Use this method to get the device security group for the specified IoT Hub resource. Uses Azure REST API version 2019-08-01.

Return

The device security group resource

Parameters

argument

null


suspend fun getDeviceSecurityGroup(deviceSecurityGroupName: String, resourceId: String): GetDeviceSecurityGroupResult

Return

The device security group resource

Parameters

deviceSecurityGroupName

The name of the device security group. Note that the name of the device security group is case insensitive.

resourceId

The identifier of the resource.

See also


Return

The device security group resource

Parameters

argument

Builder for com.pulumi.azurenative.security.kotlin.inputs.GetDeviceSecurityGroupPlainArgs.

See also