Kudu.Services.ServiceHookHandlers.CodebaseHqHandler.GetDeployer C# (CSharp) Méthode

GetDeployer() protected méthode

protected GetDeployer ( ) : string
Résultat string
        protected override string GetDeployer()
        {
            return "CodebaseHQ";
        }
    }