GetRemediationAtManagementGroupPlainArgs

data class GetRemediationAtManagementGroupPlainArgs(val managementGroupId: String, val managementGroupsNamespace: String, val remediationName: String) : ConvertibleToJava<GetRemediationAtManagementGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(managementGroupId: String, managementGroupsNamespace: String, remediationName: String)

Properties

Link copied to clipboard

Management group ID.

Link copied to clipboard

The namespace for Microsoft Management RP; only "Microsoft.Management" is allowed.

Link copied to clipboard

The name of the remediation.

Functions

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