GetIotSecuritySolutionPlainArgs

data class GetIotSecuritySolutionPlainArgs(val resourceGroupName: String, val solutionName: String) : ConvertibleToJava<GetIotSecuritySolutionPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, solutionName: String)

Properties

Link copied to clipboard

The name of the resource group within the user's subscription. The name is case insensitive.

Link copied to clipboard

The name of the IoT Security solution.

Functions

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