Share via


ServerFarmInstanceDetails interface

Represents instance details for an app service plan.

Properties

instanceCount

The total number of instances.

instances

The list of server farm instances.

serverFarmName

The server farm name.

Property Details

instanceCount

The total number of instances.

instanceCount?: number

Property Value

number

instances

The list of server farm instances.

instances?: ServerFarmInstance[]

Property Value

serverFarmName

The server farm name.

serverFarmName?: string

Property Value

string