RoleSizeListResponse.RoleSize.SupportedByVirtualMachines Property

 

Optional. Indicating if the role size is supported by VMs.

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

Syntax

public bool SupportedByVirtualMachines { get; set; }
public:
property bool SupportedByVirtualMachines {
    bool get();
    void set(bool value);
}
member SupportedByVirtualMachines : bool with get, set
Public Property SupportedByVirtualMachines As Boolean

Property Value

Type: System.Boolean

See Also

RoleSizeListResponse.RoleSize Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top