GetDeviceSecurityGroupPlainArgs

data class GetDeviceSecurityGroupPlainArgs(val deviceSecurityGroupName: String, val resourceId: String) : ConvertibleToJava<GetDeviceSecurityGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(deviceSecurityGroupName: String, resourceId: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

The identifier of the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetDeviceSecurityGroupPlainArgs