VirtualMachineCreateParameters.MediaLocation Property

 

Optional. Location where VMImage VHDs should be copied, for published VMImages.

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

Syntax

public Uri MediaLocation { get; set; }
public:
property Uri^ MediaLocation {
    Uri^ get();
    void set(Uri^ value);
}
member MediaLocation : Uri with get, set
Public Property MediaLocation As Uri

Property Value

Type: System.Uri

See Also

VirtualMachineCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top