NetworkManagementClient Constructor (SubscriptionCloudCredentials, Uri)
Initializes a new instance of the NetworkManagementClient class.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public NetworkManagementClient(
SubscriptionCloudCredentials credentials,
Uri baseUri
)
public:
NetworkManagementClient(
SubscriptionCloudCredentials^ credentials,
Uri^ baseUri
)
new :
credentials:SubscriptionCloudCredentials *
baseUri:Uri -> NetworkManagementClient
Public Sub New (
credentials As SubscriptionCloudCredentials,
baseUri As Uri
)
Parameters
credentials
Type: Microsoft.Azure.SubscriptionCloudCredentialsRequired. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
baseUri
Type: System.UriOptional. Gets the URI used as the base for all cloud service requests.
See Also
NetworkManagementClient Overload
NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top