DeployRule Category | Vmware PowerCLI Reference

Deploy Rule Category

Cmdlets are usually implemented around resource operations. The four basic operations are CREATE, READ, UPDATE and DELETE. This set of operations is known as CRUD. Most of the cmdlets support CRUD which are respectively cmdlets that start with the New/Get/Set/Remove cmdlet verbs but they also may have additional operations

Step 1: Explore More Related Commands:


Add-DeployRule Add-DeployRule [-DeployRule] <DeployRuleWrapper[]> [[-At] <uint>] [-NoActivate] [<CommonParameters>]
Copy-DeployRule Copy-DeployRule [-DeployRule] <DeployRuleWrapper> [-Name <string>] [-AllHosts] [-ReplaceItem <VIObjectCore[]>] [-ReplacePattern <string[]>] [-AddOrReplacePattern <string[]>] [-ClearPatterns] [-NoUpdateRuleSet] [-NoActivate] [<CommonParameters>]
Get-DeployRule Get-DeployRule [[-Name] <string[]>] [<CommonParameters>]
Get-DeployRuleSet Get-DeployRuleSet [-Active] [-Working] [<CommonParameters>]
New-DeployRule New-DeployRule [-Name] <string> -Pattern <string[]> -Item <VIObjectCore[]> [-NoHostSeeding] [<CommonParameters>] New-DeployRule [-Name] <string> -AllHosts -Item <VIObjectCore[]> [-NoHostSeeding] [<CommonParameters>]
Remove-DeployRule Remove-DeployRule [-DeployRule] <DeployRuleWrapper[]> [-Delete] [-NoActivate] [<CommonParameters>] Remove-DeployRule [-At] <uint> [-Delete] [-NoActivate] [<CommonParameters>]
Repair-DeployRuleSetCompliance Repair-DeployRuleSetCompliance [-TestResult] <TestResult> [<CommonParameters>]
Set-DeployRule Set-DeployRule [-DeployRule] <DeployRuleWrapper> [-Name <string>] [-Pattern <string[]>] [-AllHosts] [-Item <VIObjectCore[]>] [<CommonParameters>]
Set-DeployRuleSet Set-DeployRuleSet [-DeployRule] <DeployRuleWrapper[]> [-NoActivate] [<CommonParameters>] Set-DeployRuleSet -Clear [-NoActivate] [<CommonParameters>]
Test-DeployRuleSetCompliance Test-DeployRuleSetCompliance [-VMHost] <VMHost[]> [-DeployRuleSet <DeployRuleSet>] [<CommonParameters>]