MachinePool.VMSize Property

Virtual computer size used for this pool. See https://msdn.microsoft.com/en-us/library/windowsazure/ee814754.aspx

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property VMSize As String
public string VMSize { get; set; }
public:
property String^ VMSize {
    String^ get ();
    void set (String^ value);
}
member VMSize : string with get, set
function get VMSize () : String 
function set VMSize (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

MachinePool Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace