List Remediation Deployments At Resource Group Plain Args
data class ListRemediationDeploymentsAtResourceGroupPlainArgs(val remediationName: String, val resourceGroupName: String, val top: Int? = null) : ConvertibleToJava<ListRemediationDeploymentsAtResourceGroupPlainArgs>
Constructors
Link copied to clipboard
fun ListRemediationDeploymentsAtResourceGroupPlainArgs(remediationName: String, resourceGroupName: String, top: Int? = null)