ListRemediationDeploymentsAtResourceGroupPlainArgs

data class ListRemediationDeploymentsAtResourceGroupPlainArgs(val remediationName: String, val resourceGroupName: String, val top: Int? = null) : ConvertibleToJava<ListRemediationDeploymentsAtResourceGroupPlainArgs>

Constructors

constructor(remediationName: String, resourceGroupName: String, top: Int? = null)

Properties

Link copied to clipboard

The name of the remediation.

Link copied to clipboard

Resource group name.

Link copied to clipboard
val top: Int? = null

Maximum number of records to return.

Functions

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