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 instance details for an app service plan.
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 listAppServicePlanServerFarmInstanceDetails
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 listAppServicePlanServerFarmInstanceDetails(args: ListAppServicePlanServerFarmInstanceDetailsArgs, opts?: InvokeOptions): Promise<ListAppServicePlanServerFarmInstanceDetailsResult>
function listAppServicePlanServerFarmInstanceDetailsOutput(args: ListAppServicePlanServerFarmInstanceDetailsOutputArgs, opts?: InvokeOptions): Output<ListAppServicePlanServerFarmInstanceDetailsResult>def list_app_service_plan_server_farm_instance_details(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListAppServicePlanServerFarmInstanceDetailsResult
def list_app_service_plan_server_farm_instance_details_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListAppServicePlanServerFarmInstanceDetailsResult]func ListAppServicePlanServerFarmInstanceDetails(ctx *Context, args *ListAppServicePlanServerFarmInstanceDetailsArgs, opts ...InvokeOption) (*ListAppServicePlanServerFarmInstanceDetailsResult, error)
func ListAppServicePlanServerFarmInstanceDetailsOutput(ctx *Context, args *ListAppServicePlanServerFarmInstanceDetailsOutputArgs, opts ...InvokeOption) ListAppServicePlanServerFarmInstanceDetailsResultOutput> Note: This function is named ListAppServicePlanServerFarmInstanceDetails in the Go SDK.
public static class ListAppServicePlanServerFarmInstanceDetails
{
public static Task<ListAppServicePlanServerFarmInstanceDetailsResult> InvokeAsync(ListAppServicePlanServerFarmInstanceDetailsArgs args, InvokeOptions? opts = null)
public static Output<ListAppServicePlanServerFarmInstanceDetailsResult> Invoke(ListAppServicePlanServerFarmInstanceDetailsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListAppServicePlanServerFarmInstanceDetailsResult> listAppServicePlanServerFarmInstanceDetails(ListAppServicePlanServerFarmInstanceDetailsArgs args, InvokeOptions options)
public static Output<ListAppServicePlanServerFarmInstanceDetailsResult> listAppServicePlanServerFarmInstanceDetails(ListAppServicePlanServerFarmInstanceDetailsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:web:listAppServicePlanServerFarmInstanceDetails
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.
listAppServicePlanServerFarmInstanceDetails Result
The following output properties are available:
- Instance
Count int - The total number of instances.
- Instances
List<Pulumi.
Azure Native. Web. Outputs. Server Farm Instance Response> - The list of server farm instances.
- Server
Farm stringName - The server farm name.
- Instance
Count int - The total number of instances.
- Instances
[]Server
Farm Instance Response - The list of server farm instances.
- Server
Farm stringName - The server farm name.
- instance
Count Integer - The total number of instances.
- instances
List<Server
Farm Instance Response> - The list of server farm instances.
- server
Farm StringName - The server farm name.
- instance
Count number - The total number of instances.
- instances
Server
Farm Instance Response[] - The list of server farm instances.
- server
Farm stringName - The server farm name.
- instance_
count int - The total number of instances.
- instances
Sequence[Server
Farm Instance Response] - The list of server farm instances.
- server_
farm_ strname - The server farm name.
- instance
Count Number - The total number of instances.
- instances List<Property Map>
- The list of server farm instances.
- server
Farm StringName - The server farm name.
Supporting Types
ServerFarmInstanceResponse
- Instance
Name string - The instance name.
- Ip
Address string - The instance IP address.
- Status string
- The instance status.
- Instance
Name string - The instance name.
- Ip
Address string - The instance IP address.
- Status string
- The instance status.
- instance
Name String - The instance name.
- ip
Address String - The instance IP address.
- status String
- The instance status.
- instance
Name string - The instance name.
- ip
Address string - The instance IP address.
- status string
- The instance status.
- instance_
name str - The instance name.
- ip_
address str - The instance IP address.
- status str
- The instance status.
- instance
Name String - The instance name.
- ip
Address String - The instance IP address.
- status String
- The instance status.
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
