VirtualMachineVMImageListResponse.VirtualMachineVMImage.Category Propriedade
Opcional. A classificação da imagem da máquina virtual.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe VirtualMachineVMImageListResponse.VirtualMachineVMImage
Namespace Microsoft.WindowsAzure.Management.Compute.Models
Retornar ao topo