VirtualMachineVMImageUpdateParameters.PrivacyUri Property
Optional. Specifies the URI that points to a document that contains the privacy policy related to the OS image.
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
VirtualMachineVMImageUpdateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top