This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
Description for Get the RDP password for an IsCustomMode ServerFarm.
Uses Azure REST API version 2025-03-01.
Other available API versions: 2025-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native web [ApiVersion]. See the version guide for details.
Using getAppServicePlanServerFarmRdpPassword
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAppServicePlanServerFarmRdpPassword(args: GetAppServicePlanServerFarmRdpPasswordArgs, opts?: InvokeOptions): Promise<GetAppServicePlanServerFarmRdpPasswordResult>
function getAppServicePlanServerFarmRdpPasswordOutput(args: GetAppServicePlanServerFarmRdpPasswordOutputArgs, opts?: InvokeOptions): Output<GetAppServicePlanServerFarmRdpPasswordResult>def get_app_service_plan_server_farm_rdp_password(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppServicePlanServerFarmRdpPasswordResult
def get_app_service_plan_server_farm_rdp_password_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppServicePlanServerFarmRdpPasswordResult]func GetAppServicePlanServerFarmRdpPassword(ctx *Context, args *GetAppServicePlanServerFarmRdpPasswordArgs, opts ...InvokeOption) (*GetAppServicePlanServerFarmRdpPasswordResult, error)
func GetAppServicePlanServerFarmRdpPasswordOutput(ctx *Context, args *GetAppServicePlanServerFarmRdpPasswordOutputArgs, opts ...InvokeOption) GetAppServicePlanServerFarmRdpPasswordResultOutput> Note: This function is named GetAppServicePlanServerFarmRdpPassword in the Go SDK.
public static class GetAppServicePlanServerFarmRdpPassword
{
public static Task<GetAppServicePlanServerFarmRdpPasswordResult> InvokeAsync(GetAppServicePlanServerFarmRdpPasswordArgs args, InvokeOptions? opts = null)
public static Output<GetAppServicePlanServerFarmRdpPasswordResult> Invoke(GetAppServicePlanServerFarmRdpPasswordInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAppServicePlanServerFarmRdpPasswordResult> getAppServicePlanServerFarmRdpPassword(GetAppServicePlanServerFarmRdpPasswordArgs args, InvokeOptions options)
public static Output<GetAppServicePlanServerFarmRdpPasswordResult> getAppServicePlanServerFarmRdpPassword(GetAppServicePlanServerFarmRdpPasswordArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:web:getAppServicePlanServerFarmRdpPassword
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Name of the App Service plan.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Name string
- Name of the App Service plan.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- name String
- Name of the App Service plan.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- name string
- Name of the App Service plan.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- name str
- Name of the App Service plan.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- name String
- Name of the App Service plan.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getAppServicePlanServerFarmRdpPassword Result
The following output properties are available:
- Rdp
Password string - The RDP password for the server farm.
- Rdp
Password stringExpiry - The RDP password expiry date.
- Rdp
Password string - The RDP password for the server farm.
- Rdp
Password stringExpiry - The RDP password expiry date.
- rdp
Password String - The RDP password for the server farm.
- rdp
Password StringExpiry - The RDP password expiry date.
- rdp
Password string - The RDP password for the server farm.
- rdp
Password stringExpiry - The RDP password expiry date.
- rdp_
password str - The RDP password for the server farm.
- rdp_
password_ strexpiry - The RDP password expiry date.
- rdp
Password String - The RDP password for the server farm.
- rdp
Password StringExpiry - The RDP password expiry date.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
