Compartilhar via


VirtualMachineVMImageGetDetailsResponse.ReplicationProgressElement.Location Propriedade

 

Opcional. O local da replicação da imagem da VM.

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 VirtualMachineVMImageGetDetailsResponse.ReplicationProgressElement
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo