AppServicePlanResource.GetServerFarmRdpPasswordAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Get the RDP password for an IsCustomMode ServerFarm.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/getrdppassword
- Operation Id: AppServicePlans_GetServerFarmRdpPassword
- Default Api Version: 2025-05-01
- Resource: AppServicePlanResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ServerFarmRdpDetails>> GetServerFarmRdpPasswordAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetServerFarmRdpPasswordAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ServerFarmRdpDetails>>
override this.GetServerFarmRdpPasswordAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ServerFarmRdpDetails>>
Public Overridable Function GetServerFarmRdpPasswordAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServerFarmRdpDetails))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.