VirtualMachineVMImageGetDetailsResponse.PricingDetailLink Property

 

Optional. Specifies the URI that points to the pricing detail.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Property Value

Type: System.Uri

See Also

VirtualMachineVMImageGetDetailsResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top