Share via


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

Syntax

public Uri PricingDetailUri { get; set; }
public:
property Uri^ PricingDetailUri {
    Uri^ get();
    void set(Uri^ value);
}
member PricingDetailUri : Uri with get, set
Public Property PricingDetailUri As Uri

Property Value

Type: System.Uri

See Also

VirtualMachineOSImageListResponse.VirtualMachineOSImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top