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)

public Uri Uri { get; set; }

Property Value

Type: System.Uri

The URL.

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

Return to top
Show: