ComputeCapabilities.VirtualMachinesRoleSizes Property
Optional. Role sizes support for IaaS deployments.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public IList<string> VirtualMachinesRoleSizes { get; set; }
public:
property IList<String^>^ VirtualMachinesRoleSizes {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member VirtualMachinesRoleSizes : IList<string> with get, set
Public Property VirtualMachinesRoleSizes As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
See Also
ComputeCapabilities Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top