DeploymentGetResponse.Uri Property

 

Gets or sets the URL that is used to access the cloud service.

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

Syntax

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

Property Value

Type: System.Uri

The URL.

Remarks

For example, if the service name is MyService you could access the access the service by calling: http://MyService.cloudapp.net

See Also

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

Return to top