Condividi tramite


Proprietà WebSiteGetConfigurationResponse.NumberOfWorkers

 

Ottiene o imposta il numero di web worker che sono assegnati al sito web.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Sintassi

public Nullable<int> NumberOfWorkers { get; set; }
public:
property Nullable<int> NumberOfWorkers {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member NumberOfWorkers : Nullable<int> with get, set
Public Property NumberOfWorkers As Nullable(Of Integer)

Valore proprietà

Type: System.Nullable<Int32>

Numero di web worker.

Note

Se per il sito Web è impostata la modalità Disponibile, questo valore è pari a 1. Se è impostata la modalità Condiviso, il valore può essere compreso tra 1 e 6. Se è impostata la modalità Standard, il valore può essere compreso tra 1 e 10.

Vedere anche

Classe WebSiteGetConfigurationResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.WebSites.Models

Torna all'inizio