NetworkManagementClient Constructor (SubscriptionCloudCredentials)
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
)
public:
NetworkManagementClient(
SubscriptionCloudCredentials^ credentials
)
new :
credentials:SubscriptionCloudCredentials -> NetworkManagementClient
Public Sub New (
credentials As SubscriptionCloudCredentials
)
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.
See Also
NetworkManagementClient Overload
NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top