Method: Jamf::MacOSRedeployMgmtFramework#redeploy_mgmt_framework

Defined in:
lib/jamf/api/jamf_pro/mixins/macos_redeploy_mgmt_framework.rb

#redeploy_mgmt_frameworkObject

Send a managed update command to an instance of Computer or ComputerGroup. This just calls the class method of the same name.



90
91
92
# File 'lib/jamf/api/jamf_pro/mixins/macos_redeploy_mgmt_framework.rb', line 90

def redeploy_mgmt_framework
  self.class.redeploy_mgmt_framework @id, cnx: @cnx
end