Uses of Class
odata.msgraph.client.beta.enums.Windows10VpnProfileTarget
-
Packages that use Windows10VpnProfileTarget Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of Windows10VpnProfileTarget in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Windows10VpnProfileTarget Modifier and Type Field Description protected Windows10VpnProfileTargetWindows10VpnConfiguration. profileTargetMethods in odata.msgraph.client.beta.entity that return types with arguments of type Windows10VpnProfileTarget Modifier and Type Method Description Optional<Windows10VpnProfileTarget>Windows10VpnConfiguration. getProfileTarget()“Profile target type.”Methods in odata.msgraph.client.beta.entity with parameters of type Windows10VpnProfileTarget Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. profileTarget(Windows10VpnProfileTarget profileTarget)“Profile target type.”Windows10VpnConfigurationWindows10VpnConfiguration. withProfileTarget(Windows10VpnProfileTarget profileTarget)Returns an immutable copy ofthiswith just theprofileTargetfield changed. -
Uses of Windows10VpnProfileTarget in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Windows10VpnProfileTarget Modifier and Type Method Description static Windows10VpnProfileTargetWindows10VpnProfileTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static Windows10VpnProfileTarget[]Windows10VpnProfileTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.
-