VirtualMachineOSImageGetDetailsResponse.ReplicationProgressElement.Progress Property

 

Optional. The progress of the replication of VM image.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Property Value

Type: System.String

See Also

VirtualMachineOSImageGetDetailsResponse.ReplicationProgressElement Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top