ServerFarmCreateResponse Members

Represents a new server farm.

The following tables list the members exposed by the ServerFarmCreateResponse type.

Public Constructors

  Name Description
  ServerFarmCreateResponse Initializes a new instance of the ServerFarmCreateResponse class.

Top

Public Properties

  Name Description
public property CurrentNumberOfWorkers Gets or sets the current number of Virtual Machines that are in the server farm.
public property CurrentWorkerSize Gets or sets a ServerFarmWorkerSize value that specifies the current worker size.
public property Name Gets or sets the name of the server farm.
public property NumberOfWorkers Gets or sets the number of Virtual Machines that are dedicated to the server farm.
public property RequestId  Gets the identifier of the request that was made to the service. (Inherited from OperationResponse)
public property Status Gets or sets a ServerFarmStatus value that specifies the status of the server farm .
public property StatusCode  Gets the status code. (Inherited from OperationResponse)
public property WorkerSize Gets or sets a ServerFarmWorkerSize value that specifies the worker size.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ServerFarmCreateResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace