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