IComputeManagementClient.BaseUri Property
Gets the URI that is used as the base for all operation requests.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
Uri BaseUri { get; }
property Uri^ BaseUri {
Uri^ get();
}
abstract BaseUri : Uri with get
ReadOnly Property BaseUri As Uri
Property Value
Type: System.Uri
The URI.
See Also
IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top