HostedServiceGetResponse.Uri Property
Gets or sets the request URI for Service Management API calls.
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 URI.
See Also
HostedServiceGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top