Microsoft.Azure.Commands.ApiManagement.ApiManagementClient.ApiManagementClient C# (CSharp) Method

ApiManagementClient() public method

public ApiManagementClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
return Microsoft.Azure.Commands.Common.Authentication
        public ApiManagementClient(AzureContext context)
        {
            if (context == null)
            {
                throw new ArgumentNullException("AzureProfile");
            }

            _context = context;
        }