VirtualMachineVMImageListResponse.VMImages Propriedade
Opcional. As imagens de máquina virtual associadas à sua assinatura.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Sintaxe
public IList<VirtualMachineVMImageListResponse.VirtualMachineVMImage> VMImages { get; set; }
public:
property IList<VirtualMachineVMImageListResponse::VirtualMachineVMImage^>^ VMImages {
IList<VirtualMachineVMImageListResponse::VirtualMachineVMImage^>^ get();
void set(IList<VirtualMachineVMImageListResponse::VirtualMachineVMImage^>^ value);
}
member VMImages : IList<VirtualMachineVMImageListResponse.VirtualMachineVMImage> with get, set
Public Property VMImages As IList(Of VirtualMachineVMImageListResponse.VirtualMachineVMImage)
Valor de propriedade
Type: System.Collections.Generic.IList<VirtualMachineVMImageListResponse.VirtualMachineVMImage>
Consulte também
Classe VirtualMachineVMImageListResponse
Namespace Microsoft.WindowsAzure.Management.Compute.Models
Retornar ao topo