VirtualMachineImageCreateResponse.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
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Usage

'Usage
Dim instance As VirtualMachineImageCreateResponse
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, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

VirtualMachineImageCreateResponse Class
VirtualMachineImageCreateResponse Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace