VirtualMachineVMImageGetDetailsResponse.ReplicationProgressElement.Location Property
Optional. The location 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 Location { get; set; }
public:
property String^ Location {
String^ get();
void set(String^ value);
}
member Location : string with get, set
Public Property Location As String
Property Value
Type: System.String
See Also
VirtualMachineVMImageGetDetailsResponse.ReplicationProgressElement Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top