Uses of Class
odata.msgraph.client.beta.managed.tenants.entity.ManagementAction
-
Packages that use ManagementAction Package Description odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of ManagementAction in odata.msgraph.client.beta.managed.tenants.entity
Methods in odata.msgraph.client.beta.managed.tenants.entity that return ManagementAction Modifier and Type Method Description ManagementActionManagementAction.Builder. build()ManagementActionManagementAction. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagementActionManagementAction. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagementActionManagementAction. withCategory(ManagementCategory category)ManagementActionManagementAction. withDescription(String description)ManagementActionManagementAction. withDisplayName(String displayName)ManagementActionManagementAction. withReferenceTemplateId(String referenceTemplateId)ManagementActionManagementAction. withReferenceTemplateVersion(Integer referenceTemplateVersion)ManagementActionManagementAction. withUnmappedField(String name, String value)ManagementActionManagementAction. withWorkloadActions(List<WorkloadAction> workloadActions)
-