VirtualMachineOSImage.PricingDetailUri Property
Optional. Specifies a URL for an image with IsPremium set to true, which contains the pricing details for a virtual machine that is created from the image. The PricingDetailLink element is only available using version 2012-12-01 or higher.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageListResponse
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As VirtualMachineOSImage
Dim value As Uri
value = instance.PricingDetailUri
instance.PricingDetailUri = value
Syntax
'Declaration
Public Property PricingDetailUri As Uri
public Uri PricingDetailUri { get; set; }
public:
property Uri^ PricingDetailUri {
Uri^ get ();
void set (Uri^ value);
}
/** @property */
public Uri get_PricingDetailUri ()
/** @property */
public void set_PricingDetailUri (Uri value)
public function get PricingDetailUri () : Uri
public function set PricingDetailUri (value : 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
VirtualMachineOSImage Class
VirtualMachineOSImage Members
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageListResponse Namespace