AppServicePlanResource.GetServerFarmRdpPassword(CancellationToken) 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 Azure.Response<Azure.ResourceManager.AppService.Models.ServerFarmRdpDetails> GetServerFarmRdpPassword(System.Threading.CancellationToken cancellationToken = default);
abstract member GetServerFarmRdpPassword : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.ServerFarmRdpDetails>
override this.GetServerFarmRdpPassword : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.ServerFarmRdpDetails>
Public Overridable Function GetServerFarmRdpPassword (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServerFarmRdpDetails)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.