Propriedade VirtualMachineDisk.Location
Gets or sets the geo-location in which the disk is located.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskListResponse
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Uso
'Uso
Dim instance As VirtualMachineDisk
Dim value As String
value = instance.Location
instance.Location = value
Sintaxe
'Declaração
Public Property Location As String
public string Location { get; set; }
public:
property String^ Location {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Location ()
/** @property */
public void set_Location (String value)
public function get Location () : String
public function set Location (value : String)
Valor da Propriedade
The location.
Comentários
This value is derived from the storage account that contains the blob in which the disk is located. If the storage account belongs to an affinity group the value is NULL.
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe VirtualMachineDisk
Membros VirtualMachineDisk
Namespace Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskListResponse