Uses of Class
odata.msgraph.client.entity.RemoteDesktopSecurityConfiguration
-
Packages that use RemoteDesktopSecurityConfiguration Package Description odata.msgraph.client.entity -
-
Uses of RemoteDesktopSecurityConfiguration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as RemoteDesktopSecurityConfiguration Modifier and Type Field Description protected RemoteDesktopSecurityConfigurationServicePrincipal. remoteDesktopSecurityConfigurationMethods in odata.msgraph.client.entity that return RemoteDesktopSecurityConfiguration Modifier and Type Method Description RemoteDesktopSecurityConfigurationRemoteDesktopSecurityConfiguration.Builder. build()RemoteDesktopSecurityConfigurationRemoteDesktopSecurityConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RemoteDesktopSecurityConfigurationRemoteDesktopSecurityConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RemoteDesktopSecurityConfigurationRemoteDesktopSecurityConfiguration. withIsRemoteDesktopProtocolEnabled(Boolean isRemoteDesktopProtocolEnabled)RemoteDesktopSecurityConfigurationRemoteDesktopSecurityConfiguration. withTargetDeviceGroups(List<TargetDeviceGroup> targetDeviceGroups)RemoteDesktopSecurityConfigurationRemoteDesktopSecurityConfiguration. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type RemoteDesktopSecurityConfiguration Modifier and Type Method Description ServicePrincipal.BuilderServicePrincipal.Builder. remoteDesktopSecurityConfiguration(RemoteDesktopSecurityConfiguration remoteDesktopSecurityConfiguration)ServicePrincipalServicePrincipal. withRemoteDesktopSecurityConfiguration(RemoteDesktopSecurityConfiguration remoteDesktopSecurityConfiguration)
-