Compartilhar via


ComputeCapabilities.VirtualMachinesRoleSizes Propriedade

 

Opcional. Suportam a tamanhos de função para implantações de IaaS.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)

Sintaxe

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)

Valor de propriedade

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

Consulte também

Classe ComputeCapabilities
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo