Microsoft.Azure.Commands.Sql.FirewallRule.Services.AzureSqlServerFirewallRuleCommunicator.AzureSqlServerFirewallRuleCommunicator C# (CSharp) Méthode

AzureSqlServerFirewallRuleCommunicator() public méthode

Creates a communicator for Azure Sql Databases FirewallRules
public AzureSqlServerFirewallRuleCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Résultat Microsoft.Azure.Commands.Common.Authentication
        public AzureSqlServerFirewallRuleCommunicator(AzureContext context)
        {
            Context = context;
            if (context.Subscription != Subscription)
            {
                Subscription = context.Subscription;
                SqlClient = null;
            }
        }