Uses of Class
com.azure.developer.devcenter.models.RemoteConnection
Packages that use RemoteConnection
Package
Description
Package containing the classes for DevCenterService.
Package containing the data models for DevCenterService.
-
Uses of RemoteConnection in com.azure.developer.devcenter
Methods in com.azure.developer.devcenter that return RemoteConnectionModifier and TypeMethodDescriptionDevBoxesClient.getRemoteConnection
(String projectName, String userId, String devBoxName) Gets RDP Connection info.Methods in com.azure.developer.devcenter that return types with arguments of type RemoteConnectionModifier and TypeMethodDescriptionDevBoxesAsyncClient.getRemoteConnection
(String projectName, String userId, String devBoxName) Gets RDP Connection info. -
Uses of RemoteConnection in com.azure.developer.devcenter.models
Methods in com.azure.developer.devcenter.models that return RemoteConnectionModifier and TypeMethodDescriptionstatic RemoteConnection
RemoteConnection.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RemoteConnection from the JsonReader.