Share via


Role.MediaLocation Property

 

Optional. Storage location where the VM Image VHDs should be copied, for published VM Images.

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

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

Return to top