NetworkManagementClient.BaseUri Property
Gets the URI used as the base for all cloud service requests.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public Uri BaseUri { get; }
public:
property Uri^ BaseUri {
virtual Uri^ get() sealed;
}
abstract BaseUri : Uri with get
override BaseUri : Uri with get
Public ReadOnly Property BaseUri As Uri
Property Value
Type: System.Uri
Implements
INetworkManagementClient.BaseUri
See Also
NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top