Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ServerFarmRdpDetailsInner
Packages that use ServerFarmRdpDetailsInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of ServerFarmRdpDetailsInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ServerFarmRdpDetailsInnerModifier and TypeMethodDescriptionAppServicePlansClient.getServerFarmRdpPassword(String resourceGroupName, String name) Get the RDP password for an IsCustomMode ServerFarm.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ServerFarmRdpDetailsInnerModifier and TypeMethodDescriptionAppServicePlansClient.getServerFarmRdpPasswordAsync(String resourceGroupName, String name) Get the RDP password for an IsCustomMode ServerFarm.com.azure.core.http.rest.Response<ServerFarmRdpDetailsInner> AppServicePlansClient.getServerFarmRdpPasswordWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Get the RDP password for an IsCustomMode ServerFarm.Mono<com.azure.core.http.rest.Response<ServerFarmRdpDetailsInner>> AppServicePlansClient.getServerFarmRdpPasswordWithResponseAsync(String resourceGroupName, String name) Get the RDP password for an IsCustomMode ServerFarm. -
Uses of ServerFarmRdpDetailsInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type ServerFarmRdpDetailsInnerModifier and TypeClassDescriptionfinal classServer Farm RDP connection details.Methods in com.azure.resourcemanager.appservice.fluent.models that return ServerFarmRdpDetailsInnerModifier and TypeMethodDescriptionstatic ServerFarmRdpDetailsInnerServerFarmRdpDetailsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerFarmRdpDetailsInner from the JsonReader.