GetSecurityConnectorPlainArgs

data class GetSecurityConnectorPlainArgs(val resourceGroupName: String, val securityConnectorName: String) : ConvertibleToJava<GetSecurityConnectorPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, securityConnectorName: 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 security connector name.

Functions

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