getDeviceSecurityGroup

Use this method to get the device security group for the specified IoT Hub resource. Uses Azure REST API version 2019-08-01. Other available API versions: 2017-08-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native security [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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