Uses of Class
odata.msgraph.client.beta.entity.NetworkManagementCondition
-
Packages that use NetworkManagementCondition Package Description odata.msgraph.client.beta.entity -
-
Uses of NetworkManagementCondition in odata.msgraph.client.beta.entity
Subclasses of NetworkManagementCondition in odata.msgraph.client.beta.entity Modifier and Type Class Description classNetworkIPv4ConfigurationManagementCondition“IPv4 configuration-based management conditions may be defined that will trigger when a device detects certain IP network settings.classNetworkIPv6ConfigurationManagementCondition“IPv6 DHCP server addresses may not be matched.Methods in odata.msgraph.client.beta.entity that return NetworkManagementCondition Modifier and Type Method Description NetworkManagementConditionNetworkManagementCondition. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.NetworkManagementConditionNetworkManagementCondition. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).NetworkManagementConditionNetworkManagementCondition. withUnmappedField(String name, String value)
-