ComputeCapabilities.WebWorkerRoleSizes Property

 

Optional. Role sizes support for PaaS deployments.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public IList<string> WebWorkerRoleSizes { get; set; }
public:
property IList<String^>^ WebWorkerRoleSizes {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member WebWorkerRoleSizes : IList<string> with get, set
Public Property WebWorkerRoleSizes As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

See Also

ComputeCapabilities Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top