VirtualMachineOSImageGetResponse.Category Property

 

Optional. The repository classification of the image. All user images have the category User.

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

Syntax

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

Property Value

Type: System.String

See Also

VirtualMachineOSImageGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top