ExtensionImage.PrivacyUri Property
Optional. Optional. URL string pointing to privacy document of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure. If the software collects any data and transfers out the guest VM, then an additional privacy document might be needed.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public Uri PrivacyUri { get; set; }
public:
property Uri^ PrivacyUri {
Uri^ get();
void set(Uri^ value);
}
member PrivacyUri : Uri with get, set
Public Property PrivacyUri As Uri
Property Value
Type: System.Uri
See Also
ExtensionImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top