Microsoft.Azure.Commands.Sql.ServiceObjective.Services.AzureSqlServerServiceObjectiveCommunicator.AzureSqlServerServiceObjectiveCommunicator C# (CSharp) Method

AzureSqlServerServiceObjectiveCommunicator() public method

Creates a communicator for Azure Sql Databases ServiceObjective
public AzureSqlServerServiceObjectiveCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
return Microsoft.Azure.Commands.Common.Authentication
        public AzureSqlServerServiceObjectiveCommunicator(AzureContext context)
        {
            Context = context;
            if (context.Subscription != Subscription)
            {
                Subscription = context.Subscription;
                SqlClient = null;
            }
        }