Deployment.Url Property

 

Optional. The deployment URL.

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

Syntax

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

Property Value

Type: System.Uri

See Also

Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top