VirtualMachineVMImageListResponse.VirtualMachineVMImage.Location Propriedade
Opcional. O nome do local 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 Location { get; set; }
public:
property String^ Location {
String^ get();
void set(String^ value);
}
member Location : string with get, set
Public Property Location As String
Valor de propriedade
Type: System.String
Consulte também
Classe VirtualMachineVMImageListResponse.VirtualMachineVMImage
Namespace Microsoft.WindowsAzure.Management.Compute.Models
Retornar ao topo