VirtualMachineVMImageListResponse.VirtualMachineVMImage.Category Property
Optional. The classification of the virtual machine image.
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
VirtualMachineVMImageListResponse.VirtualMachineVMImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top