VirtualMachineImage.PrivacyUri Property

Gets or sets the URI that points to a document that contains the privacy policy related to the operating system image.

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

Usage

'Usage
Dim instance As VirtualMachineImage
Dim value As Uri

value = instance.PrivacyUri

instance.PrivacyUri = value

Syntax

'Declaration
Public Property PrivacyUri As Uri
public Uri PrivacyUri { get; set; }
public:
property Uri^ PrivacyUri {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_PrivacyUri ()

/** @property */
public void set_PrivacyUri (Uri value)
public function get PrivacyUri () : Uri

public function set PrivacyUri (value : Uri)

Property Value

The URI.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

VirtualMachineImage Class
VirtualMachineImage Members
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineImageListResponse Namespace